Shades of Indigo #60167C
Tints of Indigo #60167C
RGB
CMYK
RGB Variations
Color information
#60167C (or 0x60167C) is known color: Indigo. HEX triplet: 60, 16 and 7C. RGB value is (96,22,124). Sum of RGB (Red+Green+Blue) = 96+22+124=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #60167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60167C is #9FE983. Grayscale: #373737. Windows color (decimal): -10480004 or 8132192. OLE color: 8132192.
HSL color Cylindrical-coordinate representation of color #60167C: hue angle of 283.53º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60167C is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 22 | 124 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.51 |
| HSL | 283.53º | 0.7% | 0.29% | - |
| HSV(B) | 283.53º | 0.82% | 0.49% | - |
| XYZ | 8.75 | 4.52 | 19.48 | - |
| YUV | 55.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 124 | 0.23 | 0.82 | 0 | 0.51 | 283.53 | 0.7 | 0.29 |
| Hex | 60 | 16 | 7C | 17 | 52 | 0 | 33 | 11C | 46 | 1D |
| Octal | 140 | 26 | 174 | 27 | 122 | 0 | 63 | 434 | 106 | 35 |
| Binary | 1100000 | 10110 | 1111100 | 10111 | 1010010 | 0 | 110011 | 100011100 | 1000110 | 11101 |
Color Harmonies of #60167C
Complementary color
Monochromatic Colors of #60167C
Black with #60167C
Text Example
Text Example
White with #60167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60167C; }
p { color: rgb(96,22,124); }
H1.HeaderClassName
{
color: #60167C;
}
.AnyTagClassName
{
color: #60167C;
}
</style>
background-color css
<style>
a { background-color: #60167C; }
a { background-color: rgb(96,22,124); }
div.DivClassName
{
background-color: #60167C;
}
.BgClassName
{
background-color: #60167C;
}
</style>
border-color css
<style>
span { border-color: #60167C; }
span { border-color: rgb(96,22,124); }
td.TdClassName
{
border-color: #60167C;
}
.TagClassName
{
border-color: #60167C;
}
</style>