#5C01EC

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

Shades of Electric Indigo #5C01EC

Tints of Electric Indigo #5C01EC

Color information

#5C01EC (or 0x5C01EC) is unknown color: approx Electric Indigo. HEX triplet: 5C, 01 and EC. RGB value is (92,1,236). Sum of RGB (Red+Green+Blue) = 92+1+236=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C01EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C01EC is #A3FE13. Grayscale: #363636. Windows color (decimal): -10747412 or 15466844. OLE color: 15466844.

HSL color Cylindrical-coordinate representation of color #5C01EC: hue angle of 263.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C01EC is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB921236-
CMYK0.611.0000.07
HSL263.23º99.16%46.47%-
HSV(B)263.23º99.58%92.55%-
XYZ19.568.3579.94-
YUV55230.15154.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 236 (92.58% from 255) = 71.73%
R=27.96%
G=0.30%
B=71.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9212360.611.0000.07263.2399.1646.47
Hex5C1EC3D6407107632e
Octal1341354751440740714356
Binary1011100111101100111101110010001111000001111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C01EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,1,236); }

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

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

 a { background-color: rgb(92,1,236); }

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

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

 span { border-color: rgb(92,1,236); }

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