Html Css Color HEX #5902DA Electric Indigo

📋 copy color: '#5902DA'

red 89 ◦ green 2 ◦ blue 218

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

Shades of Electric Indigo #5902DA

Tints of Electric Indigo #5902DA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 218 (85.55% from 255) = 70.55%

R = 28.8%
G = 0.65%
B = 70.55%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5902DA (or 0x5902DA) is known color: Electric Indigo. HEX triplet: 59, 02 and DA. RGB value is (89,2,218). Sum of RGB (Red+Green+Blue) = 89+2+218=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #5902DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5902DA is #A6FD25. Grayscale: #333333. Windows color (decimal): -10943782 or 14287449. OLE color: 14287449.

HSL color Cylindrical-coordinate representation of color #5902DA: hue angle of 264.17º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902DA is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 2 218 -
CMYK 0.59 0.99 0 0.15
HSL 264.17º 0.98% 0.43% -
HSV(B) 264.17º 0.99% 0.85% -
XYZ 16.8 7.23 66.84 -
YUV 52.64 221.32 153.94 -
System Red Green Blue C M Y K H S L
Decimal 89 2 218 0.59 0.99 0 0.15 264.17 0.98 0.43
Hex 59 2 DA 3B 63 0 F 108 62 2B
Octal 131 2 332 73 143 0 17 410 142 53
Binary 1011001 10 11011010 111011 1100011 0 1111 100001000 1100010 101011

Color Harmonies of #5902DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5902DA

Black with #5902DA

Text Example


Text Example

White with #5902DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5902DA; }

 p { color: rgb(89,2,218); }

 H1.HeaderClassName
 {
   color: #5902DA;
 }
 .AnyTagClassName
 {
   color: #5902DA;
 }
</style>

background-color css

<style>
 a { background-color: #5902DA; }

 a { background-color: rgb(89,2,218); }

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

border-color css

<style>
 span { border-color: #5902DA; }

 span { border-color: rgb(89,2,218); }

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