Shades of Indigo #60167A
Tints of Indigo #60167A
RGB
CMYK
RGB Variations
Color information
#60167A (or 0x60167A) is known color: Indigo. HEX triplet: 60, 16 and 7A. RGB value is (96,22,122). Sum of RGB (Red+Green+Blue) = 96+22+122=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #60167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60167A is #9FE985. Grayscale: #373737. Windows color (decimal): -10480006 or 8001120. OLE color: 8001120.
HSL color Cylindrical-coordinate representation of color #60167A: hue angle of 284.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60167A is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 22 | 122 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.52 |
| HSL | 284.4º | 0.69% | 0.28% | - |
| HSV(B) | 284.4º | 0.82% | 0.48% | - |
| XYZ | 8.62 | 4.47 | 18.82 | - |
| YUV | 55.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 122 | 0.21 | 0.82 | 0 | 0.52 | 284.4 | 0.69 | 0.28 |
| Hex | 60 | 16 | 7A | 15 | 52 | 0 | 34 | 11C | 45 | 1C |
| Octal | 140 | 26 | 172 | 25 | 122 | 0 | 64 | 434 | 105 | 34 |
| Binary | 1100000 | 10110 | 1111010 | 10101 | 1010010 | 0 | 110100 | 100011100 | 1000101 | 11100 |
Color Harmonies of #60167A
Complementary color
Monochromatic Colors of #60167A
Black with #60167A
Text Example
Text Example
White with #60167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60167A; }
p { color: rgb(96,22,122); }
H1.HeaderClassName
{
color: #60167A;
}
.AnyTagClassName
{
color: #60167A;
}
</style>
background-color css
<style>
a { background-color: #60167A; }
a { background-color: rgb(96,22,122); }
div.DivClassName
{
background-color: #60167A;
}
.BgClassName
{
background-color: #60167A;
}
</style>
border-color css
<style>
span { border-color: #60167A; }
span { border-color: rgb(96,22,122); }
td.TdClassName
{
border-color: #60167A;
}
.TagClassName
{
border-color: #60167A;
}
</style>