Shades of Indigo #5D088A
Tints of Indigo #5D088A
RGB
CMYK
RGB Variations
Color information
#5D088A (or 0x5D088A) is known color: Indigo. HEX triplet: 5D, 08 and 8A. RGB value is (93,8,138). Sum of RGB (Red+Green+Blue) = 93+8+138=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D088A is #A2F775. Grayscale: #2F2F2F. Windows color (decimal): -10680182 or 9046109. OLE color: 9046109.
HSL color Cylindrical-coordinate representation of color #5D088A: hue angle of 279.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D088A is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 8 | 138 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.46 |
| HSL | 279.23º | 0.89% | 0.29% | - |
| HSV(B) | 279.23º | 0.94% | 0.54% | - |
| XYZ | 9.19 | 4.34 | 24.4 | - |
| YUV | 48.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 138 | 0.33 | 0.94 | 0 | 0.46 | 279.23 | 0.89 | 0.29 |
| Hex | 5D | 8 | 8A | 21 | 5E | 0 | 2E | 117 | 59 | 1D |
| Octal | 135 | 10 | 212 | 41 | 136 | 0 | 56 | 427 | 131 | 35 |
| Binary | 1011101 | 1000 | 10001010 | 100001 | 1011110 | 0 | 101110 | 100010111 | 1011001 | 11101 |
Color Harmonies of #5D088A
Complementary color
Monochromatic Colors of #5D088A
Black with #5D088A
Text Example
Text Example
White with #5D088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D088A; }
p { color: rgb(93,8,138); }
H1.HeaderClassName
{
color: #5D088A;
}
.AnyTagClassName
{
color: #5D088A;
}
</style>
background-color css
<style>
a { background-color: #5D088A; }
a { background-color: rgb(93,8,138); }
div.DivClassName
{
background-color: #5D088A;
}
.BgClassName
{
background-color: #5D088A;
}
</style>
border-color css
<style>
span { border-color: #5D088A; }
span { border-color: rgb(93,8,138); }
td.TdClassName
{
border-color: #5D088A;
}
.TagClassName
{
border-color: #5D088A;
}
</style>