Shades of Electric Indigo #5F0BFA
Tints of Electric Indigo #5F0BFA
RGB
CMYK
RGB Variations
Color information
#5F0BFA (or 0x5F0BFA) is known color: Electric Indigo. HEX triplet: 5F, 0B and FA. RGB value is (95,11,250). Sum of RGB (Red+Green+Blue) = 95+11+250=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0BFA is #A0F405. Grayscale: #3E3E3E. Windows color (decimal): -10548230 or 16386911. OLE color: 16386911.
HSL color Cylindrical-coordinate representation of color #5F0BFA: hue angle of 261.09º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0BFA is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 11 | 250 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.02 |
| HSL | 261.09º | 0.96% | 0.51% | - |
| HSV(B) | 261.09º | 0.96% | 0.98% | - |
| XYZ | 22.09 | 9.57 | 91.13 | - |
| YUV | 63.36 | 233.33 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 250 | 0.62 | 0.96 | 0 | 0.02 | 261.09 | 0.96 | 0.51 |
| Hex | 5F | B | FA | 3E | 60 | 0 | 2 | 105 | 60 | 33 |
| Octal | 137 | 13 | 372 | 76 | 140 | 0 | 2 | 405 | 140 | 63 |
| Binary | 1011111 | 1011 | 11111010 | 111110 | 1100000 | 0 | 10 | 100000101 | 1100000 | 110011 |
Color Harmonies of #5F0BFA
Complementary color
Monochromatic Colors of #5F0BFA
Black with #5F0BFA
Text Example
Text Example
White with #5F0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0BFA; }
p { color: rgb(95,11,250); }
H1.HeaderClassName
{
color: #5F0BFA;
}
.AnyTagClassName
{
color: #5F0BFA;
}
</style>
background-color css
<style>
a { background-color: #5F0BFA; }
a { background-color: rgb(95,11,250); }
div.DivClassName
{
background-color: #5F0BFA;
}
.BgClassName
{
background-color: #5F0BFA;
}
</style>
border-color css
<style>
span { border-color: #5F0BFA; }
span { border-color: rgb(95,11,250); }
td.TdClassName
{
border-color: #5F0BFA;
}
.TagClassName
{
border-color: #5F0BFA;
}
</style>