Shades of Indigo #5F1199
Tints of Indigo #5F1199
RGB
CMYK
RGB Variations
Color information
#5F1199 (or 0x5F1199) is known color: Indigo. HEX triplet: 5F, 11 and 99. RGB value is (95,17,153). Sum of RGB (Red+Green+Blue) = 95+17+153=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F1199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1199 is #A0EE66. Grayscale: #373737. Windows color (decimal): -10546791 or 10031455. OLE color: 10031455.
HSL color Cylindrical-coordinate representation of color #5F1199: hue angle of 274.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F1199 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 17 | 153 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.4 |
| HSL | 274.41º | 0.8% | 0.33% | - |
| HSV(B) | 274.41º | 0.89% | 0.6% | - |
| XYZ | 10.67 | 5.13 | 30.57 | - |
| YUV | 55.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 153 | 0.38 | 0.89 | 0 | 0.4 | 274.41 | 0.8 | 0.33 |
| Hex | 5F | 11 | 99 | 26 | 59 | 0 | 28 | 112 | 50 | 21 |
| Octal | 137 | 21 | 231 | 46 | 131 | 0 | 50 | 422 | 120 | 41 |
| Binary | 1011111 | 10001 | 10011001 | 100110 | 1011001 | 0 | 101000 | 100010010 | 1010000 | 100001 |
Color Harmonies of #5F1199
Complementary color
Monochromatic Colors of #5F1199
Black with #5F1199
Text Example
Text Example
White with #5F1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1199; }
p { color: rgb(95,17,153); }
H1.HeaderClassName
{
color: #5F1199;
}
.AnyTagClassName
{
color: #5F1199;
}
</style>
background-color css
<style>
a { background-color: #5F1199; }
a { background-color: rgb(95,17,153); }
div.DivClassName
{
background-color: #5F1199;
}
.BgClassName
{
background-color: #5F1199;
}
</style>
border-color css
<style>
span { border-color: #5F1199; }
span { border-color: rgb(95,17,153); }
td.TdClassName
{
border-color: #5F1199;
}
.TagClassName
{
border-color: #5F1199;
}
</style>