Shades of Indigo #5F127B
Tints of Indigo #5F127B
RGB
CMYK
RGB Variations
Color information
#5F127B (or 0x5F127B) is known color: Indigo. HEX triplet: 5F, 12 and 7B. RGB value is (95,18,123). Sum of RGB (Red+Green+Blue) = 95+18+123=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F127B is #A0ED84. Grayscale: #343434. Windows color (decimal): -10546565 or 8065631. OLE color: 8065631.
HSL color Cylindrical-coordinate representation of color #5F127B: hue angle of 284º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F127B is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 18 | 123 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.52 |
| HSL | 284º | 0.74% | 0.28% | - |
| HSV(B) | 284º | 0.85% | 0.48% | - |
| XYZ | 8.51 | 4.3 | 19.12 | - |
| YUV | 52.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 123 | 0.23 | 0.85 | 0 | 0.52 | 284 | 0.74 | 0.28 |
| Hex | 5F | 12 | 7B | 17 | 55 | 0 | 34 | 11C | 4A | 1C |
| Octal | 137 | 22 | 173 | 27 | 125 | 0 | 64 | 434 | 112 | 34 |
| Binary | 1011111 | 10010 | 1111011 | 10111 | 1010101 | 0 | 110100 | 100011100 | 1001010 | 11100 |
Color Harmonies of #5F127B
Complementary color
Monochromatic Colors of #5F127B
Black with #5F127B
Text Example
Text Example
White with #5F127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F127B; }
p { color: rgb(95,18,123); }
H1.HeaderClassName
{
color: #5F127B;
}
.AnyTagClassName
{
color: #5F127B;
}
</style>
background-color css
<style>
a { background-color: #5F127B; }
a { background-color: rgb(95,18,123); }
div.DivClassName
{
background-color: #5F127B;
}
.BgClassName
{
background-color: #5F127B;
}
</style>
border-color css
<style>
span { border-color: #5F127B; }
span { border-color: rgb(95,18,123); }
td.TdClassName
{
border-color: #5F127B;
}
.TagClassName
{
border-color: #5F127B;
}
</style>