Shades of Electric Indigo #5C09FF
Tints of Electric Indigo #5C09FF
RGB
CMYK
RGB Variations
Color information
#5C09FF (or 0x5C09FF) is known color: Electric Indigo. HEX triplet: 5C, 09 and FF. RGB value is (92,9,255). Sum of RGB (Red+Green+Blue) = 92+9+255=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C09FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C09FF is #A3F600. Grayscale: #3C3C3C. Windows color (decimal): -10745345 or 16714076. OLE color: 16714076.
HSL color Cylindrical-coordinate representation of color #5C09FF: hue angle of 260.24º 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 #5C09FF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 9 | 255 | - |
| CMYK | 0.64 | 0.96 | 0 | 0 |
| HSL | 260.24º | 1% | 0.52% | - |
| HSV(B) | 260.24º | 0.96% | 1% | - |
| XYZ | 22.56 | 9.69 | 95.29 | - |
| YUV | 61.86 | 237 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 255 | 0.64 | 0.96 | 0 | 0 | 260.24 | 1 | 0.52 |
| Hex | 5C | 9 | FF | 40 | 60 | 0 | 0 | 104 | 64 | 34 |
| Octal | 134 | 11 | 377 | 100 | 140 | 0 | 0 | 404 | 144 | 64 |
| Binary | 1011100 | 1001 | 11111111 | 1000000 | 1100000 | 0 | 0 | 100000100 | 1100100 | 110100 |
Color Harmonies of #5C09FF
Complementary color
Monochromatic Colors of #5C09FF
Black with #5C09FF
Text Example
Text Example
White with #5C09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C09FF; }
p { color: rgb(92,9,255); }
H1.HeaderClassName
{
color: #5C09FF;
}
.AnyTagClassName
{
color: #5C09FF;
}
</style>
background-color css
<style>
a { background-color: #5C09FF; }
a { background-color: rgb(92,9,255); }
div.DivClassName
{
background-color: #5C09FF;
}
.BgClassName
{
background-color: #5C09FF;
}
</style>
border-color css
<style>
span { border-color: #5C09FF; }
span { border-color: rgb(92,9,255); }
td.TdClassName
{
border-color: #5C09FF;
}
.TagClassName
{
border-color: #5C09FF;
}
</style>