Shades of Indigo #5D089A
Tints of Indigo #5D089A
RGB
CMYK
RGB Variations
Color information
#5D089A (or 0x5D089A) is known color: Indigo. HEX triplet: 5D, 08 and 9A. RGB value is (93,8,154). Sum of RGB (Red+Green+Blue) = 93+8+154=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D089A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D089A is #A2F765. Grayscale: #313131. Windows color (decimal): -10680166 or 10094685. OLE color: 10094685.
HSL color Cylindrical-coordinate representation of color #5D089A: hue angle of 274.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D089A is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 8 | 154 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.40 |
| HSL | 274.93º | 0.9% | 0.32% | - |
| HSV(B) | 274.93º | 0.95% | 0.6% | - |
| XYZ | 10.43 | 4.83 | 30.95 | - |
| YUV | 50.06 | 186.66 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 154 | 0.40 | 0.95 | 0 | 0.40 | 274.93 | 0.9 | 0.32 |
| Hex | 5D | 8 | 9A | 28 | 5F | 0 | 28 | 113 | 5A | 20 |
| Octal | 135 | 10 | 232 | 50 | 137 | 0 | 50 | 423 | 132 | 40 |
| Binary | 1011101 | 1000 | 10011010 | 101000 | 1011111 | 0 | 101000 | 100010011 | 1011010 | 100000 |
Color Harmonies of #5D089A
Complementary color
Monochromatic Colors of #5D089A
Black with #5D089A
Text Example
Text Example
White with #5D089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D089A; }
p { color: rgb(93,8,154); }
H1.HeaderClassName
{
color: #5D089A;
}
.AnyTagClassName
{
color: #5D089A;
}
</style>
background-color css
<style>
a { background-color: #5D089A; }
a { background-color: rgb(93,8,154); }
div.DivClassName
{
background-color: #5D089A;
}
.BgClassName
{
background-color: #5D089A;
}
</style>
border-color css
<style>
span { border-color: #5D089A; }
span { border-color: rgb(93,8,154); }
td.TdClassName
{
border-color: #5D089A;
}
.TagClassName
{
border-color: #5D089A;
}
</style>