Shades of Electric Indigo #5F0DFE
Tints of Electric Indigo #5F0DFE
RGB
CMYK
RGB Variations
Color information
#5F0DFE (or 0x5F0DFE) is known color: Electric Indigo. HEX triplet: 5F, 0D and FE. RGB value is (95,13,254). Sum of RGB (Red+Green+Blue) = 95+13+254=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0DFE is #A0F201. Grayscale: #404040. Windows color (decimal): -10547714 or 16649567. OLE color: 16649567.
HSL color Cylindrical-coordinate representation of color #5F0DFE: hue angle of 260.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0DFE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 13 | 254 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.00 |
| HSL | 260.41º | 0.99% | 0.52% | - |
| HSV(B) | 260.41º | 0.95% | 1% | - |
| XYZ | 22.75 | 9.88 | 94.47 | - |
| YUV | 64.99 | 234.67 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 13 | 254 | 0.63 | 0.95 | 0 | 0.00 | 260.41 | 0.99 | 0.52 |
| Hex | 5F | D | FE | 3F | 5F | 0 | 0 | 104 | 63 | 34 |
| Octal | 137 | 15 | 376 | 77 | 137 | 0 | 0 | 404 | 143 | 64 |
| Binary | 1011111 | 1101 | 11111110 | 111111 | 1011111 | 0 | 0 | 100000100 | 1100011 | 110100 |
Color Harmonies of #5F0DFE
Complementary color
Monochromatic Colors of #5F0DFE
Black with #5F0DFE
Text Example
Text Example
White with #5F0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0DFE; }
p { color: rgb(95,13,254); }
H1.HeaderClassName
{
color: #5F0DFE;
}
.AnyTagClassName
{
color: #5F0DFE;
}
</style>
background-color css
<style>
a { background-color: #5F0DFE; }
a { background-color: rgb(95,13,254); }
div.DivClassName
{
background-color: #5F0DFE;
}
.BgClassName
{
background-color: #5F0DFE;
}
</style>
border-color css
<style>
span { border-color: #5F0DFE; }
span { border-color: rgb(95,13,254); }
td.TdClassName
{
border-color: #5F0DFE;
}
.TagClassName
{
border-color: #5F0DFE;
}
</style>