Html Css Color HEX #5802EC Electric Indigo

📋 copy color: '#5802EC'

red 88 ◦ green 2 ◦ blue 236

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

Shades of Electric Indigo #5802EC

Tints of Electric Indigo #5802EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 72.39%

R = 26.99%
G = 0.61%
B = 72.39%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5802EC (or 0x5802EC) is known color: Electric Indigo. HEX triplet: 58, 02 and EC. RGB value is (88,2,236). Sum of RGB (Red+Green+Blue) = 88+2+236=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #5802EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5802EC is #A7FD13. Grayscale: #353535. Windows color (decimal): -11009300 or 15467096. OLE color: 15467096.

HSL color Cylindrical-coordinate representation of color #5802EC: hue angle of 262.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5802EC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 2 236 -
CMYK 0.63 0.99 0 0.07
HSL 262.05º 0.98% 0.47% -
HSV(B) 262.05º 0.99% 0.93% -
XYZ 19.19 8.17 79.92 -
YUV 54.39 230.49 151.97 -
System Red Green Blue C M Y K H S L
Decimal 88 2 236 0.63 0.99 0 0.07 262.05 0.98 0.47
Hex 58 2 EC 3F 63 0 7 106 62 2F
Octal 130 2 354 77 143 0 7 406 142 57
Binary 1011000 10 11101100 111111 1100011 0 111 100000110 1100010 101111

Color Harmonies of #5802EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5802EC

Black with #5802EC

Text Example


Text Example

White with #5802EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5802EC; }

 p { color: rgb(88,2,236); }

 H1.HeaderClassName
 {
   color: #5802EC;
 }
 .AnyTagClassName
 {
   color: #5802EC;
 }
</style>

background-color css

<style>
 a { background-color: #5802EC; }

 a { background-color: rgb(88,2,236); }

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

border-color css

<style>
 span { border-color: #5802EC; }

 span { border-color: rgb(88,2,236); }

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