Shades of Indigo #5D00AA
Tints of Indigo #5D00AA
RGB
CMYK
RGB Variations
Color information
#5D00AA (or 0x5D00AA) is known color: Indigo. HEX triplet: 5D, 00 and AA. RGB value is (93,0,170). Sum of RGB (Red+Green+Blue) = 93+0+170=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D00AA is #A2FF55. Grayscale: #2E2E2E. Windows color (decimal): -10682198 or 11141213. OLE color: 11141213.
HSL color Cylindrical-coordinate representation of color #5D00AA: hue angle of 272.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00AA is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 0 | 170 | - |
| CMYK | 0.45 | 1 | 0 | 0.33 |
| HSL | 272.82º | 1% | 0.33% | - |
| HSV(B) | 272.82º | 1% | 0.67% | - |
| XYZ | 11.77 | 5.23 | 38.42 | - |
| YUV | 47.19 | 197.31 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 170 | 0.45 | 1 | 0 | 0.33 | 272.82 | 1 | 0.33 |
| Hex | 5D | 0 | AA | 2D | 64 | 0 | 21 | 111 | 64 | 21 |
| Octal | 135 | 0 | 252 | 55 | 144 | 0 | 41 | 421 | 144 | 41 |
| Binary | 1011101 | 0 | 10101010 | 101101 | 1100100 | 0 | 100001 | 100010001 | 1100100 | 100001 |
Color Harmonies of #5D00AA
Complementary color
Monochromatic Colors of #5D00AA
Black with #5D00AA
Text Example
Text Example
White with #5D00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D00AA; }
p { color: rgb(93,0,170); }
H1.HeaderClassName
{
color: #5D00AA;
}
.AnyTagClassName
{
color: #5D00AA;
}
</style>
background-color css
<style>
a { background-color: #5D00AA; }
a { background-color: rgb(93,0,170); }
div.DivClassName
{
background-color: #5D00AA;
}
.BgClassName
{
background-color: #5D00AA;
}
</style>
border-color css
<style>
span { border-color: #5D00AA; }
span { border-color: rgb(93,0,170); }
td.TdClassName
{
border-color: #5D00AA;
}
.TagClassName
{
border-color: #5D00AA;
}
</style>