Html Css Color HEX #5800EA Electric Indigo

📋 copy color: '#5800EA'

red 88 ◦ green 0 ◦ blue 234

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

Shades of Electric Indigo #5800EA

Tints of Electric Indigo #5800EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 72.67%

R = 27.33%
G = 0%
B = 72.67%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5800EA (or 0x5800EA) is known color: Electric Indigo. HEX triplet: 58, 00 and EA. RGB value is (88,0,234). Sum of RGB (Red+Green+Blue) = 88+0+234=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 234 (91.80% from 255 or 72.67% from 322); Max value from RGB is 234 - color contains mainly: blue. Hex color #5800EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5800EA is #A7FF15. Grayscale: #343434. Windows color (decimal): -11009814 or 15335512. OLE color: 15335512.

HSL color Cylindrical-coordinate representation of color #5800EA: hue angle of 262.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800EA is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 0 234 -
CMYK 0.62 1 0 0.08
HSL 262.56º 1% 0.46% -
HSV(B) 262.56º 1% 0.92% -
XYZ 18.88 8.02 78.39 -
YUV 52.99 230.15 152.97 -
System Red Green Blue C M Y K H S L
Decimal 88 0 234 0.62 1 0 0.08 262.56 1 0.46
Hex 58 0 EA 3E 64 0 8 107 64 2E
Octal 130 0 352 76 144 0 10 407 144 56
Binary 1011000 0 11101010 111110 1100100 0 1000 100000111 1100100 101110

Color Harmonies of #5800EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800EA

Black with #5800EA

Text Example


Text Example

White with #5800EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5800EA; }

 p { color: rgb(88,0,234); }

 H1.HeaderClassName
 {
   color: #5800EA;
 }
 .AnyTagClassName
 {
   color: #5800EA;
 }
</style>

background-color css

<style>
 a { background-color: #5800EA; }

 a { background-color: rgb(88,0,234); }

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

border-color css

<style>
 span { border-color: #5800EA; }

 span { border-color: rgb(88,0,234); }

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