Shades of Indigo #5D0992
Tints of Indigo #5D0992
RGB
CMYK
RGB Variations
Color information
#5D0992 (or 0x5D0992) is known color: Indigo. HEX triplet: 5D, 09 and 92. RGB value is (93,9,146). Sum of RGB (Red+Green+Blue) = 93+9+146=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0992 is #A2F66D. Grayscale: #313131. Windows color (decimal): -10679918 or 9570653. OLE color: 9570653.
HSL color Cylindrical-coordinate representation of color #5D0992: hue angle of 276.79º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0992 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 9 | 146 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.43 |
| HSL | 276.79º | 0.88% | 0.3% | - |
| HSV(B) | 276.79º | 0.94% | 0.57% | - |
| XYZ | 9.8 | 4.6 | 27.57 | - |
| YUV | 49.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 146 | 0.36 | 0.94 | 0 | 0.43 | 276.79 | 0.88 | 0.3 |
| Hex | 5D | 9 | 92 | 24 | 5E | 0 | 2B | 115 | 58 | 1E |
| Octal | 135 | 11 | 222 | 44 | 136 | 0 | 53 | 425 | 130 | 36 |
| Binary | 1011101 | 1001 | 10010010 | 100100 | 1011110 | 0 | 101011 | 100010101 | 1011000 | 11110 |
Color Harmonies of #5D0992
Complementary color
Monochromatic Colors of #5D0992
Black with #5D0992
Text Example
Text Example
White with #5D0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0992; }
p { color: rgb(93,9,146); }
H1.HeaderClassName
{
color: #5D0992;
}
.AnyTagClassName
{
color: #5D0992;
}
</style>
background-color css
<style>
a { background-color: #5D0992; }
a { background-color: rgb(93,9,146); }
div.DivClassName
{
background-color: #5D0992;
}
.BgClassName
{
background-color: #5D0992;
}
</style>
border-color css
<style>
span { border-color: #5D0992; }
span { border-color: rgb(93,9,146); }
td.TdClassName
{
border-color: #5D0992;
}
.TagClassName
{
border-color: #5D0992;
}
</style>