Shades of Electric Indigo #5F08DB
Tints of Electric Indigo #5F08DB
RGB
CMYK
RGB Variations
Color information
#5F08DB (or 0x5F08DB) is known color: Electric Indigo. HEX triplet: 5F, 08 and DB. RGB value is (95,8,219). Sum of RGB (Red+Green+Blue) = 95+8+219=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F08DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F08DB is #A0F724. Grayscale: #393939. Windows color (decimal): -10549029 or 14354527. OLE color: 14354527.
HSL color Cylindrical-coordinate representation of color #5F08DB: hue angle of 264.74º degrees, saturation: 0.93, 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 #5F08DB is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 8 | 219 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.14 |
| HSL | 264.74º | 0.93% | 0.45% | - |
| HSV(B) | 264.74º | 0.96% | 0.86% | - |
| XYZ | 17.59 | 7.72 | 67.58 | - |
| YUV | 58.07 | 218.82 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 219 | 0.57 | 0.96 | 0 | 0.14 | 264.74 | 0.93 | 0.45 |
| Hex | 5F | 8 | DB | 39 | 60 | 0 | E | 109 | 5D | 2D |
| Octal | 137 | 10 | 333 | 71 | 140 | 0 | 16 | 411 | 135 | 55 |
| Binary | 1011111 | 1000 | 11011011 | 111001 | 1100000 | 0 | 1110 | 100001001 | 1011101 | 101101 |
Color Harmonies of #5F08DB
Complementary color
Monochromatic Colors of #5F08DB
Black with #5F08DB
Text Example
Text Example
White with #5F08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F08DB; }
p { color: rgb(95,8,219); }
H1.HeaderClassName
{
color: #5F08DB;
}
.AnyTagClassName
{
color: #5F08DB;
}
</style>
background-color css
<style>
a { background-color: #5F08DB; }
a { background-color: rgb(95,8,219); }
div.DivClassName
{
background-color: #5F08DB;
}
.BgClassName
{
background-color: #5F08DB;
}
</style>
border-color css
<style>
span { border-color: #5F08DB; }
span { border-color: rgb(95,8,219); }
td.TdClassName
{
border-color: #5F08DB;
}
.TagClassName
{
border-color: #5F08DB;
}
</style>