Shades of Electric Indigo #5C0AFF
Tints of Electric Indigo #5C0AFF
RGB
CMYK
RGB Variations
Color information
#5C0AFF (or 0x5C0AFF) is known color: Electric Indigo. HEX triplet: 5C, 0A and FF. RGB value is (92,10,255). Sum of RGB (Red+Green+Blue) = 92+10+255=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0AFF is #A3F500. Grayscale: #3D3D3D. Windows color (decimal): -10745089 or 16714332. OLE color: 16714332.
HSL color Cylindrical-coordinate representation of color #5C0AFF: hue angle of 260.08º 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 #5C0AFF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 10 | 255 | - |
| CMYK | 0.64 | 0.96 | 0 | 0 |
| HSL | 260.08º | 1% | 0.52% | - |
| HSV(B) | 260.08º | 0.96% | 1% | - |
| XYZ | 22.57 | 9.71 | 95.29 | - |
| YUV | 62.45 | 236.67 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 255 | 0.64 | 0.96 | 0 | 0 | 260.08 | 1 | 0.52 |
| Hex | 5C | A | FF | 40 | 60 | 0 | 0 | 104 | 64 | 34 |
| Octal | 134 | 12 | 377 | 100 | 140 | 0 | 0 | 404 | 144 | 64 |
| Binary | 1011100 | 1010 | 11111111 | 1000000 | 1100000 | 0 | 0 | 100000100 | 1100100 | 110100 |
Color Harmonies of #5C0AFF
Complementary color
Monochromatic Colors of #5C0AFF
Black with #5C0AFF
Text Example
Text Example
White with #5C0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0AFF; }
p { color: rgb(92,10,255); }
H1.HeaderClassName
{
color: #5C0AFF;
}
.AnyTagClassName
{
color: #5C0AFF;
}
</style>
background-color css
<style>
a { background-color: #5C0AFF; }
a { background-color: rgb(92,10,255); }
div.DivClassName
{
background-color: #5C0AFF;
}
.BgClassName
{
background-color: #5C0AFF;
}
</style>
border-color css
<style>
span { border-color: #5C0AFF; }
span { border-color: rgb(92,10,255); }
td.TdClassName
{
border-color: #5C0AFF;
}
.TagClassName
{
border-color: #5C0AFF;
}
</style>