Shades of Indigo #5D009C
Tints of Indigo #5D009C
RGB
CMYK
RGB Variations
Color information
#5D009C (or 0x5D009C) is known color: Indigo. HEX triplet: 5D, 00 and 9C. RGB value is (93,0,156). Sum of RGB (Red+Green+Blue) = 93+0+156=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D009C is #A2FF63. Grayscale: #2D2D2D. Windows color (decimal): -10682212 or 10223709. OLE color: 10223709.
HSL color Cylindrical-coordinate representation of color #5D009C: hue angle of 275.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D009C is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 0 | 156 | - |
| CMYK | 0.40 | 1 | 0 | 0.39 |
| HSL | 275.77º | 1% | 0.31% | - |
| HSV(B) | 275.77º | 1% | 0.61% | - |
| XYZ | 10.51 | 4.73 | 31.81 | - |
| YUV | 45.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 156 | 0.40 | 1 | 0 | 0.39 | 275.77 | 1 | 0.31 |
| Hex | 5D | 0 | 9C | 28 | 64 | 0 | 27 | 114 | 64 | 1F |
| Octal | 135 | 0 | 234 | 50 | 144 | 0 | 47 | 424 | 144 | 37 |
| Binary | 1011101 | 0 | 10011100 | 101000 | 1100100 | 0 | 100111 | 100010100 | 1100100 | 11111 |
Color Harmonies of #5D009C
Complementary color
Monochromatic Colors of #5D009C
Black with #5D009C
Text Example
Text Example
White with #5D009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D009C; }
p { color: rgb(93,0,156); }
H1.HeaderClassName
{
color: #5D009C;
}
.AnyTagClassName
{
color: #5D009C;
}
</style>
background-color css
<style>
a { background-color: #5D009C; }
a { background-color: rgb(93,0,156); }
div.DivClassName
{
background-color: #5D009C;
}
.BgClassName
{
background-color: #5D009C;
}
</style>
border-color css
<style>
span { border-color: #5D009C; }
span { border-color: rgb(93,0,156); }
td.TdClassName
{
border-color: #5D009C;
}
.TagClassName
{
border-color: #5D009C;
}
</style>