Shades of Indigo #5D02A1
Tints of Indigo #5D02A1
RGB
CMYK
RGB Variations
Color information
#5D02A1 (or 0x5D02A1) is known color: Indigo. HEX triplet: 5D, 02 and A1. RGB value is (93,2,161). Sum of RGB (Red+Green+Blue) = 93+2+161=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 161 (63.28% from 255 or 62.89% from 256); Max value from RGB is 161 - color contains mainly: blue. Hex color #5D02A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D02A1 is #A2FD5E. Grayscale: #2E2E2E. Windows color (decimal): -10681695 or 10551901. OLE color: 10551901.
HSL color Cylindrical-coordinate representation of color #5D02A1: hue angle of 274.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02A1 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 2 | 161 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.37 |
| HSL | 274.34º | 0.98% | 0.32% | - |
| HSV(B) | 274.34º | 0.99% | 0.63% | - |
| XYZ | 10.97 | 4.94 | 34.09 | - |
| YUV | 47.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 161 | 0.42 | 0.99 | 0 | 0.37 | 274.34 | 0.98 | 0.32 |
| Hex | 5D | 2 | A1 | 2A | 63 | 0 | 25 | 112 | 62 | 20 |
| Octal | 135 | 2 | 241 | 52 | 143 | 0 | 45 | 422 | 142 | 40 |
| Binary | 1011101 | 10 | 10100001 | 101010 | 1100011 | 0 | 100101 | 100010010 | 1100010 | 100000 |
Color Harmonies of #5D02A1
Complementary color
Monochromatic Colors of #5D02A1
Black with #5D02A1
Text Example
Text Example
White with #5D02A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D02A1; }
p { color: rgb(93,2,161); }
H1.HeaderClassName
{
color: #5D02A1;
}
.AnyTagClassName
{
color: #5D02A1;
}
</style>
background-color css
<style>
a { background-color: #5D02A1; }
a { background-color: rgb(93,2,161); }
div.DivClassName
{
background-color: #5D02A1;
}
.BgClassName
{
background-color: #5D02A1;
}
</style>
border-color css
<style>
span { border-color: #5D02A1; }
span { border-color: rgb(93,2,161); }
td.TdClassName
{
border-color: #5D02A1;
}
.TagClassName
{
border-color: #5D02A1;
}
</style>