Shades of Electric Indigo #5F0ADF
Tints of Electric Indigo #5F0ADF
RGB
CMYK
RGB Variations
Color information
#5F0ADF (or 0x5F0ADF) is known color: Electric Indigo. HEX triplet: 5F, 0A and DF. RGB value is (95,10,223). Sum of RGB (Red+Green+Blue) = 95+10+223=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0ADF is #A0F520. Grayscale: #3A3A3A. Windows color (decimal): -10548513 or 14617183. OLE color: 14617183.
HSL color Cylindrical-coordinate representation of color #5F0ADF: hue angle of 263.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0ADF is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 10 | 223 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.13 |
| HSL | 263.94º | 0.91% | 0.46% | - |
| HSV(B) | 263.94º | 0.96% | 0.87% | - |
| XYZ | 18.15 | 7.98 | 70.4 | - |
| YUV | 59.7 | 220.16 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 223 | 0.57 | 0.96 | 0 | 0.13 | 263.94 | 0.91 | 0.46 |
| Hex | 5F | A | DF | 39 | 60 | 0 | D | 108 | 5B | 2E |
| Octal | 137 | 12 | 337 | 71 | 140 | 0 | 15 | 410 | 133 | 56 |
| Binary | 1011111 | 1010 | 11011111 | 111001 | 1100000 | 0 | 1101 | 100001000 | 1011011 | 101110 |
Color Harmonies of #5F0ADF
Complementary color
Monochromatic Colors of #5F0ADF
Black with #5F0ADF
Text Example
Text Example
White with #5F0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0ADF; }
p { color: rgb(95,10,223); }
H1.HeaderClassName
{
color: #5F0ADF;
}
.AnyTagClassName
{
color: #5F0ADF;
}
</style>
background-color css
<style>
a { background-color: #5F0ADF; }
a { background-color: rgb(95,10,223); }
div.DivClassName
{
background-color: #5F0ADF;
}
.BgClassName
{
background-color: #5F0ADF;
}
</style>
border-color css
<style>
span { border-color: #5F0ADF; }
span { border-color: rgb(95,10,223); }
td.TdClassName
{
border-color: #5F0ADF;
}
.TagClassName
{
border-color: #5F0ADF;
}
</style>