Shades of Indigo #5D039A
Tints of Indigo #5D039A
RGB
CMYK
RGB Variations
Color information
#5D039A (or 0x5D039A) is known color: Indigo. HEX triplet: 5D, 03 and 9A. RGB value is (93,3,154). Sum of RGB (Red+Green+Blue) = 93+3+154=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D039A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D039A is #A2FC65. Grayscale: #2E2E2E. Windows color (decimal): -10681446 or 10093405. OLE color: 10093405.
HSL color Cylindrical-coordinate representation of color #5D039A: hue angle of 275.76º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D039A is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 3 | 154 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.40 |
| HSL | 275.76º | 0.96% | 0.31% | - |
| HSV(B) | 275.76º | 0.98% | 0.6% | - |
| XYZ | 10.38 | 4.73 | 30.94 | - |
| YUV | 47.12 | 188.32 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 154 | 0.40 | 0.98 | 0 | 0.40 | 275.76 | 0.96 | 0.31 |
| Hex | 5D | 3 | 9A | 28 | 62 | 0 | 28 | 114 | 60 | 1F |
| Octal | 135 | 3 | 232 | 50 | 142 | 0 | 50 | 424 | 140 | 37 |
| Binary | 1011101 | 11 | 10011010 | 101000 | 1100010 | 0 | 101000 | 100010100 | 1100000 | 11111 |
Color Harmonies of #5D039A
Complementary color
Monochromatic Colors of #5D039A
Black with #5D039A
Text Example
Text Example
White with #5D039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D039A; }
p { color: rgb(93,3,154); }
H1.HeaderClassName
{
color: #5D039A;
}
.AnyTagClassName
{
color: #5D039A;
}
</style>
background-color css
<style>
a { background-color: #5D039A; }
a { background-color: rgb(93,3,154); }
div.DivClassName
{
background-color: #5D039A;
}
.BgClassName
{
background-color: #5D039A;
}
</style>
border-color css
<style>
span { border-color: #5D039A; }
span { border-color: rgb(93,3,154); }
td.TdClassName
{
border-color: #5D039A;
}
.TagClassName
{
border-color: #5D039A;
}
</style>