Shades of Electric Indigo #5F09DC
Tints of Electric Indigo #5F09DC
RGB
CMYK
RGB Variations
Color information
#5F09DC (or 0x5F09DC) is known color: Electric Indigo. HEX triplet: 5F, 09 and DC. RGB value is (95,9,220). Sum of RGB (Red+Green+Blue) = 95+9+220=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F09DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F09DC is #A0F623. Grayscale: #3A3A3A. Windows color (decimal): -10548772 or 14420319. OLE color: 14420319.
HSL color Cylindrical-coordinate representation of color #5F09DC: hue angle of 264.45º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F09DC is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 9 | 220 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.14 |
| HSL | 264.46º | 0.92% | 0.45% | - |
| HSV(B) | 264.46º | 0.96% | 0.86% | - |
| XYZ | 17.74 | 7.8 | 68.28 | - |
| YUV | 58.77 | 218.99 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 220 | 0.57 | 0.96 | 0 | 0.14 | 264.46 | 0.92 | 0.45 |
| Hex | 5F | 9 | DC | 39 | 60 | 0 | E | 108 | 5C | 2D |
| Octal | 137 | 11 | 334 | 71 | 140 | 0 | 16 | 410 | 134 | 55 |
| Binary | 1011111 | 1001 | 11011100 | 111001 | 1100000 | 0 | 1110 | 100001000 | 1011100 | 101101 |
Color Harmonies of #5F09DC
Complementary color
Monochromatic Colors of #5F09DC
Black with #5F09DC
Text Example
Text Example
White with #5F09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F09DC; }
p { color: rgb(95,9,220); }
H1.HeaderClassName
{
color: #5F09DC;
}
.AnyTagClassName
{
color: #5F09DC;
}
</style>
background-color css
<style>
a { background-color: #5F09DC; }
a { background-color: rgb(95,9,220); }
div.DivClassName
{
background-color: #5F09DC;
}
.BgClassName
{
background-color: #5F09DC;
}
</style>
border-color css
<style>
span { border-color: #5F09DC; }
span { border-color: rgb(95,9,220); }
td.TdClassName
{
border-color: #5F09DC;
}
.TagClassName
{
border-color: #5F09DC;
}
</style>