Shades of Indigo #5D039D
Tints of Indigo #5D039D
RGB
CMYK
RGB Variations
Color information
#5D039D (or 0x5D039D) is known color: Indigo. HEX triplet: 5D, 03 and 9D. RGB value is (93,3,157). Sum of RGB (Red+Green+Blue) = 93+3+157=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D039D is #A2FC62. Grayscale: #2E2E2E. Windows color (decimal): -10681443 or 10290013. OLE color: 10290013.
HSL color Cylindrical-coordinate representation of color #5D039D: hue angle of 275.06º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D039D is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 3 | 157 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.38 |
| HSL | 275.06º | 0.96% | 0.31% | - |
| HSV(B) | 275.06º | 0.98% | 0.62% | - |
| XYZ | 10.63 | 4.83 | 32.27 | - |
| YUV | 47.47 | 189.82 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 157 | 0.41 | 0.98 | 0 | 0.38 | 275.06 | 0.96 | 0.31 |
| Hex | 5D | 3 | 9D | 29 | 62 | 0 | 26 | 113 | 60 | 1F |
| Octal | 135 | 3 | 235 | 51 | 142 | 0 | 46 | 423 | 140 | 37 |
| Binary | 1011101 | 11 | 10011101 | 101001 | 1100010 | 0 | 100110 | 100010011 | 1100000 | 11111 |
Color Harmonies of #5D039D
Complementary color
Monochromatic Colors of #5D039D
Black with #5D039D
Text Example
Text Example
White with #5D039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D039D; }
p { color: rgb(93,3,157); }
H1.HeaderClassName
{
color: #5D039D;
}
.AnyTagClassName
{
color: #5D039D;
}
</style>
background-color css
<style>
a { background-color: #5D039D; }
a { background-color: rgb(93,3,157); }
div.DivClassName
{
background-color: #5D039D;
}
.BgClassName
{
background-color: #5D039D;
}
</style>
border-color css
<style>
span { border-color: #5D039D; }
span { border-color: rgb(93,3,157); }
td.TdClassName
{
border-color: #5D039D;
}
.TagClassName
{
border-color: #5D039D;
}
</style>