Shades of Electric Indigo #5F0BEA
Tints of Electric Indigo #5F0BEA
RGB
CMYK
RGB Variations
Color information
#5F0BEA (or 0x5F0BEA) is known color: Electric Indigo. HEX triplet: 5F, 0B and EA. RGB value is (95,11,234). Sum of RGB (Red+Green+Blue) = 95+11+234=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F0BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0BEA is #A0F415. Grayscale: #3C3C3C. Windows color (decimal): -10548246 or 15338335. OLE color: 15338335.
HSL color Cylindrical-coordinate representation of color #5F0BEA: hue angle of 262.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0BEA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 11 | 234 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.08 |
| HSL | 262.6º | 0.91% | 0.48% | - |
| HSV(B) | 262.6º | 0.95% | 0.92% | - |
| XYZ | 19.69 | 8.61 | 78.47 | - |
| YUV | 61.54 | 225.33 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 234 | 0.59 | 0.95 | 0 | 0.08 | 262.6 | 0.91 | 0.48 |
| Hex | 5F | B | EA | 3B | 5F | 0 | 8 | 107 | 5B | 30 |
| Octal | 137 | 13 | 352 | 73 | 137 | 0 | 10 | 407 | 133 | 60 |
| Binary | 1011111 | 1011 | 11101010 | 111011 | 1011111 | 0 | 1000 | 100000111 | 1011011 | 110000 |
Color Harmonies of #5F0BEA
Complementary color
Monochromatic Colors of #5F0BEA
Black with #5F0BEA
Text Example
Text Example
White with #5F0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0BEA; }
p { color: rgb(95,11,234); }
H1.HeaderClassName
{
color: #5F0BEA;
}
.AnyTagClassName
{
color: #5F0BEA;
}
</style>
background-color css
<style>
a { background-color: #5F0BEA; }
a { background-color: rgb(95,11,234); }
div.DivClassName
{
background-color: #5F0BEA;
}
.BgClassName
{
background-color: #5F0BEA;
}
</style>
border-color css
<style>
span { border-color: #5F0BEA; }
span { border-color: rgb(95,11,234); }
td.TdClassName
{
border-color: #5F0BEA;
}
.TagClassName
{
border-color: #5F0BEA;
}
</style>