Html Css Color HEX #5B03DC Electric Indigo

📋 copy color: '#5B03DC'

red 91 ◦ green 3 ◦ blue 220

#5B03DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5B03DC

Tints of Electric Indigo #5B03DC

RGB

 RED value IS 91 (35.94% from 255) = 28.98%

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 220 (86.33% from 255) = 70.06%

R = 28.98%
G = 0.96%
B = 70.06%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5B03DC (or 0x5B03DC) is known color: Electric Indigo. HEX triplet: 5B, 03 and DC. RGB value is (91,3,220). Sum of RGB (Red+Green+Blue) = 91+3+220=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B03DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B03DC is #A4FC23. Grayscale: #353535. Windows color (decimal): -10812452 or 14418779. OLE color: 14418779.

HSL color Cylindrical-coordinate representation of color #5B03DC: hue angle of 264.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B03DC is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 3 220 -
CMYK 0.59 0.99 0 0.14
HSL 264.33º 0.97% 0.44% -
HSV(B) 264.33º 0.99% 0.86% -
XYZ 17.27 7.46 68.24 -
YUV 54.05 221.65 154.36 -
System Red Green Blue C M Y K H S L
Decimal 91 3 220 0.59 0.99 0 0.14 264.33 0.97 0.44
Hex 5B 3 DC 3B 63 0 E 108 61 2C
Octal 133 3 334 73 143 0 16 410 141 54
Binary 1011011 11 11011100 111011 1100011 0 1110 100001000 1100001 101100

Color Harmonies of #5B03DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B03DC

Black with #5B03DC

Text Example


Text Example

White with #5B03DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B03DC; }

 p { color: rgb(91,3,220); }

 H1.HeaderClassName
 {
   color: #5B03DC;
 }
 .AnyTagClassName
 {
   color: #5B03DC;
 }
</style>

background-color css

<style>
 a { background-color: #5B03DC; }

 a { background-color: rgb(91,3,220); }

 div.DivClassName
 {
   background-color: #5B03DC;
 }
 .BgClassName
 {
   background-color: #5B03DC;
 }
</style>

border-color css

<style>
 span { border-color: #5B03DC; }

 span { border-color: rgb(91,3,220); }

 td.TdClassName
 {
   border-color: #5B03DC;
 }
 .TagClassName
 {
   border-color: #5B03DC;
 }
</style>