Shades of Electric Indigo #5A05DC
Tints of Electric Indigo #5A05DC
RGB
CMYK
RGB Variations
Color information
#5A05DC (or 0x5A05DC) is known color: Electric Indigo. HEX triplet: 5A, 05 and DC. RGB value is (90,5,220). Sum of RGB (Red+Green+Blue) = 90+5+220=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A05DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A05DC is #A5FA23. Grayscale: #363636. Windows color (decimal): -10877476 or 14419290. OLE color: 14419290.
HSL color Cylindrical-coordinate representation of color #5A05DC: hue angle of 263.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A05DC is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 5 | 220 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.14 |
| HSL | 263.72º | 0.96% | 0.44% | - |
| HSV(B) | 263.72º | 0.98% | 0.86% | - |
| XYZ | 17.19 | 7.45 | 68.24 | - |
| YUV | 54.93 | 221.16 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 220 | 0.59 | 0.98 | 0 | 0.14 | 263.72 | 0.96 | 0.44 |
| Hex | 5A | 5 | DC | 3B | 62 | 0 | E | 108 | 60 | 2C |
| Octal | 132 | 5 | 334 | 73 | 142 | 0 | 16 | 410 | 140 | 54 |
| Binary | 1011010 | 101 | 11011100 | 111011 | 1100010 | 0 | 1110 | 100001000 | 1100000 | 101100 |
Color Harmonies of #5A05DC
Complementary color
Monochromatic Colors of #5A05DC
Black with #5A05DC
Text Example
Text Example
White with #5A05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A05DC; }
p { color: rgb(90,5,220); }
H1.HeaderClassName
{
color: #5A05DC;
}
.AnyTagClassName
{
color: #5A05DC;
}
</style>
background-color css
<style>
a { background-color: #5A05DC; }
a { background-color: rgb(90,5,220); }
div.DivClassName
{
background-color: #5A05DC;
}
.BgClassName
{
background-color: #5A05DC;
}
</style>
border-color css
<style>
span { border-color: #5A05DC; }
span { border-color: rgb(90,5,220); }
td.TdClassName
{
border-color: #5A05DC;
}
.TagClassName
{
border-color: #5A05DC;
}
</style>