COLOR #530CE4

HEX: #530CE4
RGB: (83,12,228)

Color info

#530CE4 contains mainly blue color. Web safe color of #530CE4 is #6600CC (or #60C).

RGB color model

#530CE4 color RGB value is (83,12,228).

  • red value is 83;
  • green value is 12;
  • blue value is 228.
RGB:
(83,12,228)
(33%,5%,89%)

RGB channels and saturation

R 83 of 255 = 33%
G 12 of 255 = 5%
B 228 of 255 = 89%

83
12
228

R + G + B ~ 42%. #530CE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 12 + 228 = 323 (100%)
R 83 of 323 ~ 25.7%
G 12 of 323 ~ 3.72%
B 228 of 323 ~ 70.59%

%25.7
%70.59

CMYK color model

#530CE4 color CMYK value is (64,95,0,11).

  • cyan value is 63.60%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(64,95,0,11)
C64M95Y0K11 
(64%,95%,0%,11%)
(0.64/0.95/0.00/0.11)	

CMYK percentages

%63.6
%94.74
%0
%10.59

Codes

Color #530CE4 in popluar color models

530CE4
RGB8312228
HSL260°90.00%47.06%
HSB/HSV260°94.74%89.41%
CMYK63.60%94.74%0.00%
10.59%

Color #530CE4 in popluar number systems.

HEX530CE4
Decimal8312228
Binary1010011110011100100
Octal12314344

Shades and tints

Shades of #530CE4

#530CE4
(83,12,228)
#4C0BD0
(76,11,208)
#450ABC
(69,10,188)
#3E09A8
(62,9,168)
#370894
(55,8,148)
#300780
(48,7,128)
#29066C
(41,6,108)
#220558
(34,5,88)
#1B0444
(27,4,68)
#140330
(20,3,48)
#0D021C
(13,2,28)
#000000
(0,0,0)

Tints of #530CE4

#530CE4
(83,12,228)
#6222E6
(98,34,230)
#7138E8
(113,56,232)
#804EEA
(128,78,234)
#8F64EC
(143,100,236)
#9E7AEE
(158,122,238)
#AD90F0
(173,144,240)
#BCA6F2
(188,166,242)
#CBBCF4
(203,188,244)
#DAD2F6
(218,210,246)
#E9E8F8
(233,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530CE4 color. Also use rgb(83,12,228) instead hex code.

Text Font Color

.myTextColor { color: #530CE4; }

<p style="color:#530CE4">This sample text font color is #530CE4.</p>

This text font color is #530CE4.


Background Color

.myBgColor { background-color: #530CE4; }

<div style="background-color:#530CE4">Inner text</div>

This div background color is #530CE4.


Border color

.myBorderColor { border: 1px solid #530CE4; }

<div style="border:3px solid #530CE4">Div</div>

This div border color is #530CE4.


Opacity

.myOpacity80 { color: #530CE4; opacity: 0.8; }

<p style="color:#530CE4;opacity:0.8;">80%</p>

Text with #530CE4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #530CE4;}

<p style="text-shadow: 3px 3px 1px #530CE4">Text here.</p>

This text has shadow with #530CE4 color.

.textShadow {text-shadow: 3px 3px 1px #530CE4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #530CE4, 5px 5px 20px red">Text here.</p>

This text has shadow with #530CE4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#530CE4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#530CE4, Direction=45, Strength=4)">Text</p>

This text has shadow with #530CE4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #530CE4;
  -webkit-box-shadow:	1px 1px 3px 2px #530CE4;
  box-shadow:		1px 1px 3px 2px #530CE4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #530CE4;
-webkit-box-shadow: 1px 1px 3px 2px #530CE4;
box-shadow:1px 1px 3px 2px #530CE4;">
Div content here</div>
This div box has shadow with color #530CE4.

Preview

Color preview on black background

This text has color #530CE4 on black background.


Color preview on white background

This text has color #530CE4 on white background.



Black color preview on #530CE4 background

This text has black color on #530CE4 background.


White color preview on #530CE4 background

This text has white color on #530CE4 background.