Shades of Electric Indigo #5D06FD
Tints of Electric Indigo #5D06FD
RGB
CMYK
RGB Variations
Color information
#5D06FD (or 0x5D06FD) is known color: Electric Indigo. HEX triplet: 5D, 06 and FD. RGB value is (93,6,253). Sum of RGB (Red+Green+Blue) = 93+6+253=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D06FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D06FD is #A2F902. Grayscale: #3B3B3B. Windows color (decimal): -10680579 or 16582237. OLE color: 16582237.
HSL color Cylindrical-coordinate representation of color #5D06FD: hue angle of 261.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D06FD is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 6 | 253 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.01 |
| HSL | 261.13º | 0.98% | 0.51% | - |
| HSV(B) | 261.13º | 0.98% | 0.99% | - |
| XYZ | 22.31 | 9.55 | 93.6 | - |
| YUV | 60.17 | 236.82 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 253 | 0.63 | 0.98 | 0 | 0.01 | 261.13 | 0.98 | 0.51 |
| Hex | 5D | 6 | FD | 3F | 62 | 0 | 1 | 105 | 62 | 33 |
| Octal | 135 | 6 | 375 | 77 | 142 | 0 | 1 | 405 | 142 | 63 |
| Binary | 1011101 | 110 | 11111101 | 111111 | 1100010 | 0 | 1 | 100000101 | 1100010 | 110011 |
Color Harmonies of #5D06FD
Complementary color
Monochromatic Colors of #5D06FD
Black with #5D06FD
Text Example
Text Example
White with #5D06FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D06FD; }
p { color: rgb(93,6,253); }
H1.HeaderClassName
{
color: #5D06FD;
}
.AnyTagClassName
{
color: #5D06FD;
}
</style>
background-color css
<style>
a { background-color: #5D06FD; }
a { background-color: rgb(93,6,253); }
div.DivClassName
{
background-color: #5D06FD;
}
.BgClassName
{
background-color: #5D06FD;
}
</style>
border-color css
<style>
span { border-color: #5D06FD; }
span { border-color: rgb(93,6,253); }
td.TdClassName
{
border-color: #5D06FD;
}
.TagClassName
{
border-color: #5D06FD;
}
</style>