Shades of Indigo #5D0F9E
Tints of Indigo #5D0F9E
RGB
CMYK
RGB Variations
Color information
#5D0F9E (or 0x5D0F9E) is known color: Indigo. HEX triplet: 5D, 0F and 9E. RGB value is (93,15,158). Sum of RGB (Red+Green+Blue) = 93+15+158=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D0F9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0F9E is #A2F061. Grayscale: #363636. Windows color (decimal): -10678370 or 10358621. OLE color: 10358621.
HSL color Cylindrical-coordinate representation of color #5D0F9E: hue angle of 272.73º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0F9E is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 15 | 158 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.38 |
| HSL | 272.73º | 0.83% | 0.34% | - |
| HSV(B) | 272.73º | 0.91% | 0.62% | - |
| XYZ | 10.86 | 5.14 | 32.77 | - |
| YUV | 54.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 158 | 0.41 | 0.91 | 0 | 0.38 | 272.73 | 0.83 | 0.34 |
| Hex | 5D | F | 9E | 29 | 5B | 0 | 26 | 111 | 53 | 22 |
| Octal | 135 | 17 | 236 | 51 | 133 | 0 | 46 | 421 | 123 | 42 |
| Binary | 1011101 | 1111 | 10011110 | 101001 | 1011011 | 0 | 100110 | 100010001 | 1010011 | 100010 |
Color Harmonies of #5D0F9E
Complementary color
Monochromatic Colors of #5D0F9E
Black with #5D0F9E
Text Example
Text Example
White with #5D0F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0F9E; }
p { color: rgb(93,15,158); }
H1.HeaderClassName
{
color: #5D0F9E;
}
.AnyTagClassName
{
color: #5D0F9E;
}
</style>
background-color css
<style>
a { background-color: #5D0F9E; }
a { background-color: rgb(93,15,158); }
div.DivClassName
{
background-color: #5D0F9E;
}
.BgClassName
{
background-color: #5D0F9E;
}
</style>
border-color css
<style>
span { border-color: #5D0F9E; }
span { border-color: rgb(93,15,158); }
td.TdClassName
{
border-color: #5D0F9E;
}
.TagClassName
{
border-color: #5D0F9E;
}
</style>