Shades of Indigo #5D0499
Tints of Indigo #5D0499
RGB
CMYK
RGB Variations
Color information
#5D0499 (or 0x5D0499) is known color: Indigo. HEX triplet: 5D, 04 and 99. RGB value is (93,4,153). Sum of RGB (Red+Green+Blue) = 93+4+153=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D0499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0499 is #A2FB66. Grayscale: #2F2F2F. Windows color (decimal): -10681191 or 10028125. OLE color: 10028125.
HSL color Cylindrical-coordinate representation of color #5D0499: hue angle of 275.84º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0499 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 4 | 153 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.4 |
| HSL | 275.84º | 0.95% | 0.31% | - |
| HSV(B) | 275.84º | 0.97% | 0.6% | - |
| XYZ | 10.31 | 4.71 | 30.5 | - |
| YUV | 47.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 153 | 0.39 | 0.97 | 0 | 0.4 | 275.84 | 0.95 | 0.31 |
| Hex | 5D | 4 | 99 | 27 | 61 | 0 | 28 | 114 | 5F | 1F |
| Octal | 135 | 4 | 231 | 47 | 141 | 0 | 50 | 424 | 137 | 37 |
| Binary | 1011101 | 100 | 10011001 | 100111 | 1100001 | 0 | 101000 | 100010100 | 1011111 | 11111 |
Color Harmonies of #5D0499
Complementary color
Monochromatic Colors of #5D0499
Black with #5D0499
Text Example
Text Example
White with #5D0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0499; }
p { color: rgb(93,4,153); }
H1.HeaderClassName
{
color: #5D0499;
}
.AnyTagClassName
{
color: #5D0499;
}
</style>
background-color css
<style>
a { background-color: #5D0499; }
a { background-color: rgb(93,4,153); }
div.DivClassName
{
background-color: #5D0499;
}
.BgClassName
{
background-color: #5D0499;
}
</style>
border-color css
<style>
span { border-color: #5D0499; }
span { border-color: rgb(93,4,153); }
td.TdClassName
{
border-color: #5D0499;
}
.TagClassName
{
border-color: #5D0499;
}
</style>