Shades of Indigo #5F129D
Tints of Indigo #5F129D
RGB
CMYK
RGB Variations
Color information
#5F129D (or 0x5F129D) is known color: Indigo. HEX triplet: 5F, 12 and 9D. RGB value is (95,18,157). Sum of RGB (Red+Green+Blue) = 95+18+157=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F129D is #A0ED62. Grayscale: #383838. Windows color (decimal): -10546531 or 10293855. OLE color: 10293855.
HSL color Cylindrical-coordinate representation of color #5F129D: hue angle of 273.24º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F129D is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 18 | 157 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.38 |
| HSL | 273.24º | 0.79% | 0.34% | - |
| HSV(B) | 273.24º | 0.89% | 0.62% | - |
| XYZ | 11.02 | 5.3 | 32.34 | - |
| YUV | 56.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 157 | 0.39 | 0.89 | 0 | 0.38 | 273.24 | 0.79 | 0.34 |
| Hex | 5F | 12 | 9D | 27 | 59 | 0 | 26 | 111 | 4F | 22 |
| Octal | 137 | 22 | 235 | 47 | 131 | 0 | 46 | 421 | 117 | 42 |
| Binary | 1011111 | 10010 | 10011101 | 100111 | 1011001 | 0 | 100110 | 100010001 | 1001111 | 100010 |
Color Harmonies of #5F129D
Complementary color
Monochromatic Colors of #5F129D
Black with #5F129D
Text Example
Text Example
White with #5F129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F129D; }
p { color: rgb(95,18,157); }
H1.HeaderClassName
{
color: #5F129D;
}
.AnyTagClassName
{
color: #5F129D;
}
</style>
background-color css
<style>
a { background-color: #5F129D; }
a { background-color: rgb(95,18,157); }
div.DivClassName
{
background-color: #5F129D;
}
.BgClassName
{
background-color: #5F129D;
}
</style>
border-color css
<style>
span { border-color: #5F129D; }
span { border-color: rgb(95,18,157); }
td.TdClassName
{
border-color: #5F129D;
}
.TagClassName
{
border-color: #5F129D;
}
</style>