Shades of Indigo #5F0675
Tints of Indigo #5F0675
RGB
CMYK
RGB Variations
Color information
#5F0675 (or 0x5F0675) is known color: Indigo. HEX triplet: 5F, 06 and 75. RGB value is (95,6,117). Sum of RGB (Red+Green+Blue) = 95+6+117=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F0675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0675 is #A0F98A. Grayscale: #2C2C2C. Windows color (decimal): -10549643 or 7669343. OLE color: 7669343.
HSL color Cylindrical-coordinate representation of color #5F0675: hue angle of 288.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0675 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 6 | 117 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.54 |
| HSL | 288.11º | 0.9% | 0.24% | - |
| HSV(B) | 288.11º | 0.95% | 0.46% | - |
| XYZ | 8 | 3.85 | 17.15 | - |
| YUV | 45.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 6 | 117 | 0.19 | 0.95 | 0 | 0.54 | 288.11 | 0.9 | 0.24 |
| Hex | 5F | 6 | 75 | 13 | 5F | 0 | 36 | 120 | 5A | 18 |
| Octal | 137 | 6 | 165 | 23 | 137 | 0 | 66 | 440 | 132 | 30 |
| Binary | 1011111 | 110 | 1110101 | 10011 | 1011111 | 0 | 110110 | 100100000 | 1011010 | 11000 |
Color Harmonies of #5F0675
Complementary color
Monochromatic Colors of #5F0675
Black with #5F0675
Text Example
Text Example
White with #5F0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0675; }
p { color: rgb(95,6,117); }
H1.HeaderClassName
{
color: #5F0675;
}
.AnyTagClassName
{
color: #5F0675;
}
</style>
background-color css
<style>
a { background-color: #5F0675; }
a { background-color: rgb(95,6,117); }
div.DivClassName
{
background-color: #5F0675;
}
.BgClassName
{
background-color: #5F0675;
}
</style>
border-color css
<style>
span { border-color: #5F0675; }
span { border-color: rgb(95,6,117); }
td.TdClassName
{
border-color: #5F0675;
}
.TagClassName
{
border-color: #5F0675;
}
</style>