Shades of Electric Indigo #5D0BFA
Tints of Electric Indigo #5D0BFA
RGB
CMYK
RGB Variations
Color information
#5D0BFA (or 0x5D0BFA) is known color: Electric Indigo. HEX triplet: 5D, 0B and FA. RGB value is (93,11,250). Sum of RGB (Red+Green+Blue) = 93+11+250=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0BFA is #A2F405. Grayscale: #3D3D3D. Windows color (decimal): -10679302 or 16386909. OLE color: 16386909.
HSL color Cylindrical-coordinate representation of color #5D0BFA: hue angle of 260.59º 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 #5D0BFA is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 11 | 250 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.02 |
| HSL | 260.59º | 0.96% | 0.51% | - |
| HSV(B) | 260.59º | 0.96% | 0.98% | - |
| XYZ | 21.89 | 9.47 | 91.12 | - |
| YUV | 62.76 | 233.67 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 250 | 0.63 | 0.96 | 0 | 0.02 | 260.59 | 0.96 | 0.51 |
| Hex | 5D | B | FA | 3F | 60 | 0 | 2 | 105 | 60 | 33 |
| Octal | 135 | 13 | 372 | 77 | 140 | 0 | 2 | 405 | 140 | 63 |
| Binary | 1011101 | 1011 | 11111010 | 111111 | 1100000 | 0 | 10 | 100000101 | 1100000 | 110011 |
Color Harmonies of #5D0BFA
Complementary color
Monochromatic Colors of #5D0BFA
Black with #5D0BFA
Text Example
Text Example
White with #5D0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0BFA; }
p { color: rgb(93,11,250); }
H1.HeaderClassName
{
color: #5D0BFA;
}
.AnyTagClassName
{
color: #5D0BFA;
}
</style>
background-color css
<style>
a { background-color: #5D0BFA; }
a { background-color: rgb(93,11,250); }
div.DivClassName
{
background-color: #5D0BFA;
}
.BgClassName
{
background-color: #5D0BFA;
}
</style>
border-color css
<style>
span { border-color: #5D0BFA; }
span { border-color: rgb(93,11,250); }
td.TdClassName
{
border-color: #5D0BFA;
}
.TagClassName
{
border-color: #5D0BFA;
}
</style>