Shades of Indigo #5D0E9C
Tints of Indigo #5D0E9C
RGB
CMYK
RGB Variations
Color information
#5D0E9C (or 0x5D0E9C) is known color: Indigo. HEX triplet: 5D, 0E and 9C. RGB value is (93,14,156). Sum of RGB (Red+Green+Blue) = 93+14+156=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D0E9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0E9C is #A2F163. Grayscale: #353535. Windows color (decimal): -10678628 or 10227293. OLE color: 10227293.
HSL color Cylindrical-coordinate representation of color #5D0E9C: hue angle of 273.38º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0E9C is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 14 | 156 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.39 |
| HSL | 273.38º | 0.84% | 0.33% | - |
| HSV(B) | 273.38º | 0.91% | 0.61% | - |
| XYZ | 10.67 | 5.04 | 31.86 | - |
| YUV | 53.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 14 | 156 | 0.40 | 0.91 | 0 | 0.39 | 273.38 | 0.84 | 0.33 |
| Hex | 5D | E | 9C | 28 | 5B | 0 | 27 | 111 | 54 | 21 |
| Octal | 135 | 16 | 234 | 50 | 133 | 0 | 47 | 421 | 124 | 41 |
| Binary | 1011101 | 1110 | 10011100 | 101000 | 1011011 | 0 | 100111 | 100010001 | 1010100 | 100001 |
Color Harmonies of #5D0E9C
Complementary color
Monochromatic Colors of #5D0E9C
Black with #5D0E9C
Text Example
Text Example
White with #5D0E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0E9C; }
p { color: rgb(93,14,156); }
H1.HeaderClassName
{
color: #5D0E9C;
}
.AnyTagClassName
{
color: #5D0E9C;
}
</style>
background-color css
<style>
a { background-color: #5D0E9C; }
a { background-color: rgb(93,14,156); }
div.DivClassName
{
background-color: #5D0E9C;
}
.BgClassName
{
background-color: #5D0E9C;
}
</style>
border-color css
<style>
span { border-color: #5D0E9C; }
span { border-color: rgb(93,14,156); }
td.TdClassName
{
border-color: #5D0E9C;
}
.TagClassName
{
border-color: #5D0E9C;
}
</style>