#5C02ED

Color #5C02ED Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5C02ED

Tints of Electric Indigo #5C02ED

Color information

#5C02ED (or 0x5C02ED) is unknown color: approx Electric Indigo. HEX triplet: 5C, 02 and ED. RGB value is (92,2,237). Sum of RGB (Red+Green+Blue) = 92+2+237=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C02ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C02ED is #A3FD12. Grayscale: #363636. Windows color (decimal): -10747155 or 15532636. OLE color: 15532636.

HSL color Cylindrical-coordinate representation of color #5C02ED: hue angle of 262.98º 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 #5C02ED is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB922237-
CMYK0.610.9900.07
HSL262.98º98.33%46.86%-
HSV(B)262.98º99.16%92.94%-
XYZ19.728.4380.71-
YUV55.7230.32153.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 237 (92.97% from 255) = 71.60%
R=27.79%
G=0.60%
B=71.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9222370.610.9900.07262.9898.3346.86
Hex5C2ED3D6307107622f
Octal1342355751430740714257
Binary10111001011101101111101110001101111000001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C02ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C02ED; }

 p { color: rgb(92,2,237); }

 H1.HeaderClassName
 {
   color: #5C02ED;
 }
 .AnyTagClassName
 {
   color: #5C02ED;
 }
</style>
background-color css

<style>
 a { background-color: #5C02ED; }

 a { background-color: rgb(92,2,237); }

 div.DivClassName
 {
   background-color: #5C02ED;
 }
 .BgClassName
 {
   background-color: #5C02ED;
 }
</style>
border-color css

<style>
 span { border-color: #5C02ED; }

 span { border-color: rgb(92,2,237); }

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