Shades of Indigo #5D037C
Tints of Indigo #5D037C
RGB
CMYK
RGB Variations
Color information
#5D037C (or 0x5D037C) is known color: Indigo. HEX triplet: 5D, 03 and 7C. RGB value is (93,3,124). Sum of RGB (Red+Green+Blue) = 93+3+124=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D037C is #A2FC83. Grayscale: #2B2B2B. Windows color (decimal): -10681476 or 8127325. OLE color: 8127325.
HSL color Cylindrical-coordinate representation of color #5D037C: hue angle of 284.63º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D037C is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 3 | 124 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.51 |
| HSL | 284.63º | 0.95% | 0.25% | - |
| HSV(B) | 284.63º | 0.98% | 0.49% | - |
| XYZ | 8.18 | 3.85 | 19.38 | - |
| YUV | 43.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 124 | 0.25 | 0.98 | 0 | 0.51 | 284.63 | 0.95 | 0.25 |
| Hex | 5D | 3 | 7C | 19 | 62 | 0 | 33 | 11D | 5F | 19 |
| Octal | 135 | 3 | 174 | 31 | 142 | 0 | 63 | 435 | 137 | 31 |
| Binary | 1011101 | 11 | 1111100 | 11001 | 1100010 | 0 | 110011 | 100011101 | 1011111 | 11001 |
Color Harmonies of #5D037C
Complementary color
Monochromatic Colors of #5D037C
Black with #5D037C
Text Example
Text Example
White with #5D037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D037C; }
p { color: rgb(93,3,124); }
H1.HeaderClassName
{
color: #5D037C;
}
.AnyTagClassName
{
color: #5D037C;
}
</style>
background-color css
<style>
a { background-color: #5D037C; }
a { background-color: rgb(93,3,124); }
div.DivClassName
{
background-color: #5D037C;
}
.BgClassName
{
background-color: #5D037C;
}
</style>
border-color css
<style>
span { border-color: #5D037C; }
span { border-color: rgb(93,3,124); }
td.TdClassName
{
border-color: #5D037C;
}
.TagClassName
{
border-color: #5D037C;
}
</style>