Html Css Color HEX #5903DC Electric Indigo

📋 copy color: '#5903DC'

red 89 ◦ green 3 ◦ blue 220

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

Shades of Electric Indigo #5903DC

Tints of Electric Indigo #5903DC

RGB

 RED value IS 89 (35.16% from 255) = 28.53%

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

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

R = 28.53%
G = 0.96%
B = 70.51%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5903DC (or 0x5903DC) is known color: Electric Indigo. HEX triplet: 59, 03 and DC. RGB value is (89,3,220). Sum of RGB (Red+Green+Blue) = 89+3+220=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #5903DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5903DC is #A6FC23. Grayscale: #343434. Windows color (decimal): -10943524 or 14418777. OLE color: 14418777.

HSL color Cylindrical-coordinate representation of color #5903DC: hue angle of 263.78º 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 #5903DC is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 3 220 -
CMYK 0.60 0.99 0 0.14
HSL 263.78º 0.97% 0.44% -
HSV(B) 263.78º 0.99% 0.86% -
XYZ 17.07 7.36 68.23 -
YUV 53.45 221.99 153.36 -
System Red Green Blue C M Y K H S L
Decimal 89 3 220 0.60 0.99 0 0.14 263.78 0.97 0.44
Hex 59 3 DC 3C 63 0 E 108 61 2C
Octal 131 3 334 74 143 0 16 410 141 54
Binary 1011001 11 11011100 111100 1100011 0 1110 100001000 1100001 101100

Color Harmonies of #5903DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5903DC

Black with #5903DC

Text Example


Text Example

White with #5903DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5903DC; }

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

 H1.HeaderClassName
 {
   color: #5903DC;
 }
 .AnyTagClassName
 {
   color: #5903DC;
 }
</style>

background-color css

<style>
 a { background-color: #5903DC; }

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

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

border-color css

<style>
 span { border-color: #5903DC; }

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

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