Shades of Indigo #5D09AA
Tints of Indigo #5D09AA
RGB
CMYK
RGB Variations
Color information
#5D09AA (or 0x5D09AA) is known color: Indigo. HEX triplet: 5D, 09 and AA. RGB value is (93,9,170). Sum of RGB (Red+Green+Blue) = 93+9+170=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D09AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D09AA is #A2F655. Grayscale: #333333. Windows color (decimal): -10679894 or 11143517. OLE color: 11143517.
HSL color Cylindrical-coordinate representation of color #5D09AA: hue angle of 271.3º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D09AA is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 9 | 170 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.33 |
| HSL | 271.3º | 0.9% | 0.35% | - |
| HSV(B) | 271.3º | 0.95% | 0.67% | - |
| XYZ | 11.87 | 5.42 | 38.45 | - |
| YUV | 52.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 170 | 0.45 | 0.95 | 0 | 0.33 | 271.3 | 0.9 | 0.35 |
| Hex | 5D | 9 | AA | 2D | 5F | 0 | 21 | 10F | 5A | 23 |
| Octal | 135 | 11 | 252 | 55 | 137 | 0 | 41 | 417 | 132 | 43 |
| Binary | 1011101 | 1001 | 10101010 | 101101 | 1011111 | 0 | 100001 | 100001111 | 1011010 | 100011 |
Color Harmonies of #5D09AA
Complementary color
Monochromatic Colors of #5D09AA
Black with #5D09AA
Text Example
Text Example
White with #5D09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09AA; }
p { color: rgb(93,9,170); }
H1.HeaderClassName
{
color: #5D09AA;
}
.AnyTagClassName
{
color: #5D09AA;
}
</style>
background-color css
<style>
a { background-color: #5D09AA; }
a { background-color: rgb(93,9,170); }
div.DivClassName
{
background-color: #5D09AA;
}
.BgClassName
{
background-color: #5D09AA;
}
</style>
border-color css
<style>
span { border-color: #5D09AA; }
span { border-color: rgb(93,9,170); }
td.TdClassName
{
border-color: #5D09AA;
}
.TagClassName
{
border-color: #5D09AA;
}
</style>