Shades of Electric Indigo #5C0BFF
Tints of Electric Indigo #5C0BFF
RGB
CMYK
RGB Variations
Color information
#5C0BFF (or 0x5C0BFF) is known color: Electric Indigo. HEX triplet: 5C, 0B and FF. RGB value is (92,11,255). Sum of RGB (Red+Green+Blue) = 92+11+255=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C0BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0BFF is #A3F400. Grayscale: #3E3E3E. Windows color (decimal): -10744833 or 16714588. OLE color: 16714588.
HSL color Cylindrical-coordinate representation of color #5C0BFF: hue angle of 259.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0BFF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 11 | 255 | - |
| CMYK | 0.64 | 0.96 | 0 | 0 |
| HSL | 259.92º | 1% | 0.52% | - |
| HSV(B) | 259.92º | 0.96% | 1% | - |
| XYZ | 22.58 | 9.73 | 95.3 | - |
| YUV | 63.04 | 236.34 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 255 | 0.64 | 0.96 | 0 | 0 | 259.92 | 1 | 0.52 |
| Hex | 5C | B | FF | 40 | 60 | 0 | 0 | 104 | 64 | 34 |
| Octal | 134 | 13 | 377 | 100 | 140 | 0 | 0 | 404 | 144 | 64 |
| Binary | 1011100 | 1011 | 11111111 | 1000000 | 1100000 | 0 | 0 | 100000100 | 1100100 | 110100 |
Color Harmonies of #5C0BFF
Complementary color
Monochromatic Colors of #5C0BFF
Black with #5C0BFF
Text Example
Text Example
White with #5C0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0BFF; }
p { color: rgb(92,11,255); }
H1.HeaderClassName
{
color: #5C0BFF;
}
.AnyTagClassName
{
color: #5C0BFF;
}
</style>
background-color css
<style>
a { background-color: #5C0BFF; }
a { background-color: rgb(92,11,255); }
div.DivClassName
{
background-color: #5C0BFF;
}
.BgClassName
{
background-color: #5C0BFF;
}
</style>
border-color css
<style>
span { border-color: #5C0BFF; }
span { border-color: rgb(92,11,255); }
td.TdClassName
{
border-color: #5C0BFF;
}
.TagClassName
{
border-color: #5C0BFF;
}
</style>