Shades of Electric Indigo #5C00E8
Tints of Electric Indigo #5C00E8
RGB
CMYK
RGB Variations
Color information
#5C00E8 (or 0x5C00E8) is known color: Electric Indigo. HEX triplet: 5C, 00 and E8. RGB value is (92,0,232). Sum of RGB (Red+Green+Blue) = 92+0+232=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #5C00E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C00E8 is #A3FF17. Grayscale: #353535. Windows color (decimal): -10747672 or 15204444. OLE color: 15204444.
HSL color Cylindrical-coordinate representation of color #5C00E8: hue angle of 263.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C00E8 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 0 | 232 | - |
| CMYK | 0.60 | 1 | 0 | 0.09 |
| HSL | 263.79º | 1% | 0.45% | - |
| HSV(B) | 263.79º | 1% | 0.91% | - |
| XYZ | 18.98 | 8.1 | 76.91 | - |
| YUV | 53.96 | 228.48 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 232 | 0.60 | 1 | 0 | 0.09 | 263.79 | 1 | 0.45 |
| Hex | 5C | 0 | E8 | 3C | 64 | 0 | 9 | 108 | 64 | 2D |
| Octal | 134 | 0 | 350 | 74 | 144 | 0 | 11 | 410 | 144 | 55 |
| Binary | 1011100 | 0 | 11101000 | 111100 | 1100100 | 0 | 1001 | 100001000 | 1100100 | 101101 |
Color Harmonies of #5C00E8
Complementary color
Monochromatic Colors of #5C00E8
Black with #5C00E8
Text Example
Text Example
White with #5C00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C00E8; }
p { color: rgb(92,0,232); }
H1.HeaderClassName
{
color: #5C00E8;
}
.AnyTagClassName
{
color: #5C00E8;
}
</style>
background-color css
<style>
a { background-color: #5C00E8; }
a { background-color: rgb(92,0,232); }
div.DivClassName
{
background-color: #5C00E8;
}
.BgClassName
{
background-color: #5C00E8;
}
</style>
border-color css
<style>
span { border-color: #5C00E8; }
span { border-color: rgb(92,0,232); }
td.TdClassName
{
border-color: #5C00E8;
}
.TagClassName
{
border-color: #5C00E8;
}
</style>