Shades of Electric Indigo #5C0CFE
Tints of Electric Indigo #5C0CFE
RGB
CMYK
RGB Variations
Color information
#5C0CFE (or 0x5C0CFE) is known color: Electric Indigo. HEX triplet: 5C, 0C and FE. RGB value is (92,12,254). Sum of RGB (Red+Green+Blue) = 92+12+254=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C0CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0CFE is #A3F301. Grayscale: #3E3E3E. Windows color (decimal): -10744578 or 16649308. OLE color: 16649308.
HSL color Cylindrical-coordinate representation of color #5C0CFE: hue angle of 259.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0CFE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 12 | 254 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.00 |
| HSL | 259.83º | 0.99% | 0.52% | - |
| HSV(B) | 259.83º | 0.95% | 1% | - |
| XYZ | 22.43 | 9.69 | 94.45 | - |
| YUV | 63.51 | 235.5 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 254 | 0.64 | 0.95 | 0 | 0.00 | 259.83 | 0.99 | 0.52 |
| Hex | 5C | C | FE | 40 | 5F | 0 | 0 | 104 | 63 | 34 |
| Octal | 134 | 14 | 376 | 100 | 137 | 0 | 0 | 404 | 143 | 64 |
| Binary | 1011100 | 1100 | 11111110 | 1000000 | 1011111 | 0 | 0 | 100000100 | 1100011 | 110100 |
Color Harmonies of #5C0CFE
Complementary color
Monochromatic Colors of #5C0CFE
Black with #5C0CFE
Text Example
Text Example
White with #5C0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0CFE; }
p { color: rgb(92,12,254); }
H1.HeaderClassName
{
color: #5C0CFE;
}
.AnyTagClassName
{
color: #5C0CFE;
}
</style>
background-color css
<style>
a { background-color: #5C0CFE; }
a { background-color: rgb(92,12,254); }
div.DivClassName
{
background-color: #5C0CFE;
}
.BgClassName
{
background-color: #5C0CFE;
}
</style>
border-color css
<style>
span { border-color: #5C0CFE; }
span { border-color: rgb(92,12,254); }
td.TdClassName
{
border-color: #5C0CFE;
}
.TagClassName
{
border-color: #5C0CFE;
}
</style>