Shades of Electric Indigo #5F0FFF
Tints of Electric Indigo #5F0FFF
RGB
CMYK
RGB Variations
Color information
#5F0FFF (or 0x5F0FFF) is known color: Electric Indigo. HEX triplet: 5F, 0F and FF. RGB value is (95,15,255). Sum of RGB (Red+Green+Blue) = 95+15+255=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F0FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0FFF is #A0F000. Grayscale: #414141. Windows color (decimal): -10547201 or 16715615. OLE color: 16715615.
HSL color Cylindrical-coordinate representation of color #5F0FFF: hue angle of 260º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0FFF is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 15 | 255 | - |
| CMYK | 0.63 | 0.94 | 0 | 0 |
| HSL | 260º | 1% | 0.53% | - |
| HSV(B) | 260º | 0.94% | 1% | - |
| XYZ | 22.94 | 9.99 | 95.33 | - |
| YUV | 66.28 | 234.5 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 255 | 0.63 | 0.94 | 0 | 0 | 260 | 1 | 0.53 |
| Hex | 5F | F | FF | 3F | 5E | 0 | 0 | 104 | 64 | 35 |
| Octal | 137 | 17 | 377 | 77 | 136 | 0 | 0 | 404 | 144 | 65 |
| Binary | 1011111 | 1111 | 11111111 | 111111 | 1011110 | 0 | 0 | 100000100 | 1100100 | 110101 |
Color Harmonies of #5F0FFF
Complementary color
Monochromatic Colors of #5F0FFF
Black with #5F0FFF
Text Example
Text Example
White with #5F0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0FFF; }
p { color: rgb(95,15,255); }
H1.HeaderClassName
{
color: #5F0FFF;
}
.AnyTagClassName
{
color: #5F0FFF;
}
</style>
background-color css
<style>
a { background-color: #5F0FFF; }
a { background-color: rgb(95,15,255); }
div.DivClassName
{
background-color: #5F0FFF;
}
.BgClassName
{
background-color: #5F0FFF;
}
</style>
border-color css
<style>
span { border-color: #5F0FFF; }
span { border-color: rgb(95,15,255); }
td.TdClassName
{
border-color: #5F0FFF;
}
.TagClassName
{
border-color: #5F0FFF;
}
</style>