Html Css Color HEX #5804E9 Electric Indigo

📋 copy color: '#5804E9'

red 88 ◦ green 4 ◦ blue 233

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

Shades of Electric Indigo #5804E9

Tints of Electric Indigo #5804E9

RGB

 RED value IS 88 (34.77% from 255) = 27.08%

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 233 (91.41% from 255) = 71.69%

R = 27.08%
G = 1.23%
B = 71.69%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5804E9 (or 0x5804E9) is known color: Electric Indigo. HEX triplet: 58, 04 and E9. RGB value is (88,4,233). Sum of RGB (Red+Green+Blue) = 88+4+233=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 233 (91.41% from 255 or 71.69% from 325); Max value from RGB is 233 - color contains mainly: blue. Hex color #5804E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5804E9 is #A7FB16. Grayscale: #363636. Windows color (decimal): -11008791 or 15271000. OLE color: 15271000.

HSL color Cylindrical-coordinate representation of color #5804E9: hue angle of 262.01º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804E9 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 4 233 -
CMYK 0.62 0.98 0 0.09
HSL 262.01º 0.97% 0.46% -
HSV(B) 262.01º 0.98% 0.91% -
XYZ 18.78 8.04 77.65 -
YUV 55.22 228.33 151.38 -
System Red Green Blue C M Y K H S L
Decimal 88 4 233 0.62 0.98 0 0.09 262.01 0.97 0.46
Hex 58 4 E9 3E 62 0 9 106 61 2E
Octal 130 4 351 76 142 0 11 406 141 56
Binary 1011000 100 11101001 111110 1100010 0 1001 100000110 1100001 101110

Color Harmonies of #5804E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5804E9

Black with #5804E9

Text Example


Text Example

White with #5804E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5804E9; }

 p { color: rgb(88,4,233); }

 H1.HeaderClassName
 {
   color: #5804E9;
 }
 .AnyTagClassName
 {
   color: #5804E9;
 }
</style>

background-color css

<style>
 a { background-color: #5804E9; }

 a { background-color: rgb(88,4,233); }

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

border-color css

<style>
 span { border-color: #5804E9; }

 span { border-color: rgb(88,4,233); }

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