Shades of Electric Indigo #5D06FA
Tints of Electric Indigo #5D06FA
RGB
CMYK
RGB Variations
Color information
#5D06FA (or 0x5D06FA) is known color: Electric Indigo. HEX triplet: 5D, 06 and FA. RGB value is (93,6,250). Sum of RGB (Red+Green+Blue) = 93+6+250=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D06FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D06FA is #A2F905. Grayscale: #3A3A3A. Windows color (decimal): -10680582 or 16385629. OLE color: 16385629.
HSL color Cylindrical-coordinate representation of color #5D06FA: hue angle of 261.39º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D06FA is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 6 | 250 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.02 |
| HSL | 261.39º | 0.96% | 0.5% | - |
| HSV(B) | 261.39º | 0.98% | 0.98% | - |
| XYZ | 21.83 | 9.36 | 91.1 | - |
| YUV | 59.83 | 235.32 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 250 | 0.63 | 0.98 | 0 | 0.02 | 261.39 | 0.96 | 0.5 |
| Hex | 5D | 6 | FA | 3F | 62 | 0 | 2 | 105 | 60 | 32 |
| Octal | 135 | 6 | 372 | 77 | 142 | 0 | 2 | 405 | 140 | 62 |
| Binary | 1011101 | 110 | 11111010 | 111111 | 1100010 | 0 | 10 | 100000101 | 1100000 | 110010 |
Color Harmonies of #5D06FA
Complementary color
Monochromatic Colors of #5D06FA
Black with #5D06FA
Text Example
Text Example
White with #5D06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D06FA; }
p { color: rgb(93,6,250); }
H1.HeaderClassName
{
color: #5D06FA;
}
.AnyTagClassName
{
color: #5D06FA;
}
</style>
background-color css
<style>
a { background-color: #5D06FA; }
a { background-color: rgb(93,6,250); }
div.DivClassName
{
background-color: #5D06FA;
}
.BgClassName
{
background-color: #5D06FA;
}
</style>
border-color css
<style>
span { border-color: #5D06FA; }
span { border-color: rgb(93,6,250); }
td.TdClassName
{
border-color: #5D06FA;
}
.TagClassName
{
border-color: #5D06FA;
}
</style>