Shades of Electric Indigo #5D04F2
Tints of Electric Indigo #5D04F2
RGB
CMYK
RGB Variations
Color information
#5D04F2 (or 0x5D04F2) is known color: Electric Indigo. HEX triplet: 5D, 04 and F2. RGB value is (93,4,242). Sum of RGB (Red+Green+Blue) = 93+4+242=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #5D04F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D04F2 is #A2FB0D. Grayscale: #383838. Windows color (decimal): -10681102 or 15860829. OLE color: 15860829.
HSL color Cylindrical-coordinate representation of color #5D04F2: hue angle of 262.44º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D04F2 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 4 | 242 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.05 |
| HSL | 262.44º | 0.97% | 0.48% | - |
| HSV(B) | 262.44º | 0.98% | 0.95% | - |
| XYZ | 20.58 | 8.82 | 84.62 | - |
| YUV | 57.74 | 231.99 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 242 | 0.62 | 0.98 | 0 | 0.05 | 262.44 | 0.97 | 0.48 |
| Hex | 5D | 4 | F2 | 3E | 62 | 0 | 5 | 106 | 61 | 30 |
| Octal | 135 | 4 | 362 | 76 | 142 | 0 | 5 | 406 | 141 | 60 |
| Binary | 1011101 | 100 | 11110010 | 111110 | 1100010 | 0 | 101 | 100000110 | 1100001 | 110000 |
Color Harmonies of #5D04F2
Complementary color
Monochromatic Colors of #5D04F2
Black with #5D04F2
Text Example
Text Example
White with #5D04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D04F2; }
p { color: rgb(93,4,242); }
H1.HeaderClassName
{
color: #5D04F2;
}
.AnyTagClassName
{
color: #5D04F2;
}
</style>
background-color css
<style>
a { background-color: #5D04F2; }
a { background-color: rgb(93,4,242); }
div.DivClassName
{
background-color: #5D04F2;
}
.BgClassName
{
background-color: #5D04F2;
}
</style>
border-color css
<style>
span { border-color: #5D04F2; }
span { border-color: rgb(93,4,242); }
td.TdClassName
{
border-color: #5D04F2;
}
.TagClassName
{
border-color: #5D04F2;
}
</style>