Shades of Electric Indigo #5C06E9
Tints of Electric Indigo #5C06E9
RGB
CMYK
RGB Variations
Color information
#5C06E9 (or 0x5C06E9) is known color: Electric Indigo. HEX triplet: 5C, 06 and E9. RGB value is (92,6,233). Sum of RGB (Red+Green+Blue) = 92+6+233=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 233 (91.41% from 255 or 70.39% from 331); Max value from RGB is 233 - color contains mainly: blue. Hex color #5C06E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C06E9 is #A3F916. Grayscale: #383838. Windows color (decimal): -10746135 or 15271516. OLE color: 15271516.
HSL color Cylindrical-coordinate representation of color #5C06E9: hue angle of 262.73º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C06E9 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 6 | 233 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.09 |
| HSL | 262.73º | 0.95% | 0.47% | - |
| HSV(B) | 262.73º | 0.97% | 0.91% | - |
| XYZ | 19.19 | 8.29 | 77.68 | - |
| YUV | 57.59 | 226.99 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 233 | 0.61 | 0.97 | 0 | 0.09 | 262.73 | 0.95 | 0.47 |
| Hex | 5C | 6 | E9 | 3D | 61 | 0 | 9 | 107 | 5F | 2F |
| Octal | 134 | 6 | 351 | 75 | 141 | 0 | 11 | 407 | 137 | 57 |
| Binary | 1011100 | 110 | 11101001 | 111101 | 1100001 | 0 | 1001 | 100000111 | 1011111 | 101111 |
Color Harmonies of #5C06E9
Complementary color
Monochromatic Colors of #5C06E9
Black with #5C06E9
Text Example
Text Example
White with #5C06E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C06E9; }
p { color: rgb(92,6,233); }
H1.HeaderClassName
{
color: #5C06E9;
}
.AnyTagClassName
{
color: #5C06E9;
}
</style>
background-color css
<style>
a { background-color: #5C06E9; }
a { background-color: rgb(92,6,233); }
div.DivClassName
{
background-color: #5C06E9;
}
.BgClassName
{
background-color: #5C06E9;
}
</style>
border-color css
<style>
span { border-color: #5C06E9; }
span { border-color: rgb(92,6,233); }
td.TdClassName
{
border-color: #5C06E9;
}
.TagClassName
{
border-color: #5C06E9;
}
</style>