Shades of Electric Indigo #5F0CF8
Tints of Electric Indigo #5F0CF8
RGB
CMYK
RGB Variations
Color information
#5F0CF8 (or 0x5F0CF8) is known color: Electric Indigo. HEX triplet: 5F, 0C and F8. RGB value is (95,12,248). Sum of RGB (Red+Green+Blue) = 95+12+248=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 248 (97.27% from 255 or 69.86% from 355); Max value from RGB is 248 - color contains mainly: blue. Hex color #5F0CF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0CF8 is #A0F307. Grayscale: #3E3E3E. Windows color (decimal): -10547976 or 16256095. OLE color: 16256095.
HSL color Cylindrical-coordinate representation of color #5F0CF8: hue angle of 261.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0CF8 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 12 | 248 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.03 |
| HSL | 261.1º | 0.94% | 0.51% | - |
| HSV(B) | 261.1º | 0.95% | 0.97% | - |
| XYZ | 21.79 | 9.47 | 89.49 | - |
| YUV | 63.72 | 232 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 248 | 0.62 | 0.95 | 0 | 0.03 | 261.1 | 0.94 | 0.51 |
| Hex | 5F | C | F8 | 3E | 5F | 0 | 3 | 105 | 5E | 33 |
| Octal | 137 | 14 | 370 | 76 | 137 | 0 | 3 | 405 | 136 | 63 |
| Binary | 1011111 | 1100 | 11111000 | 111110 | 1011111 | 0 | 11 | 100000101 | 1011110 | 110011 |
Color Harmonies of #5F0CF8
Complementary color
Monochromatic Colors of #5F0CF8
Black with #5F0CF8
Text Example
Text Example
White with #5F0CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0CF8; }
p { color: rgb(95,12,248); }
H1.HeaderClassName
{
color: #5F0CF8;
}
.AnyTagClassName
{
color: #5F0CF8;
}
</style>
background-color css
<style>
a { background-color: #5F0CF8; }
a { background-color: rgb(95,12,248); }
div.DivClassName
{
background-color: #5F0CF8;
}
.BgClassName
{
background-color: #5F0CF8;
}
</style>
border-color css
<style>
span { border-color: #5F0CF8; }
span { border-color: rgb(95,12,248); }
td.TdClassName
{
border-color: #5F0CF8;
}
.TagClassName
{
border-color: #5F0CF8;
}
</style>