Shades of Electric Indigo #5F0BFD
Tints of Electric Indigo #5F0BFD
RGB
CMYK
RGB Variations
Color information
#5F0BFD (or 0x5F0BFD) is known color: Electric Indigo. HEX triplet: 5F, 0B and FD. RGB value is (95,11,253). Sum of RGB (Red+Green+Blue) = 95+11+253=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F0BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0BFD is #A0F402. Grayscale: #3E3E3E. Windows color (decimal): -10548227 or 16583519. OLE color: 16583519.
HSL color Cylindrical-coordinate representation of color #5F0BFD: hue angle of 260.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0BFD is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 11 | 253 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.01 |
| HSL | 260.83º | 0.98% | 0.52% | - |
| HSV(B) | 260.83º | 0.96% | 0.99% | - |
| XYZ | 22.57 | 9.76 | 93.62 | - |
| YUV | 63.7 | 234.83 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 253 | 0.62 | 0.96 | 0 | 0.01 | 260.83 | 0.98 | 0.52 |
| Hex | 5F | B | FD | 3E | 60 | 0 | 1 | 105 | 62 | 34 |
| Octal | 137 | 13 | 375 | 76 | 140 | 0 | 1 | 405 | 142 | 64 |
| Binary | 1011111 | 1011 | 11111101 | 111110 | 1100000 | 0 | 1 | 100000101 | 1100010 | 110100 |
Color Harmonies of #5F0BFD
Complementary color
Monochromatic Colors of #5F0BFD
Black with #5F0BFD
Text Example
Text Example
White with #5F0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0BFD; }
p { color: rgb(95,11,253); }
H1.HeaderClassName
{
color: #5F0BFD;
}
.AnyTagClassName
{
color: #5F0BFD;
}
</style>
background-color css
<style>
a { background-color: #5F0BFD; }
a { background-color: rgb(95,11,253); }
div.DivClassName
{
background-color: #5F0BFD;
}
.BgClassName
{
background-color: #5F0BFD;
}
</style>
border-color css
<style>
span { border-color: #5F0BFD; }
span { border-color: rgb(95,11,253); }
td.TdClassName
{
border-color: #5F0BFD;
}
.TagClassName
{
border-color: #5F0BFD;
}
</style>