Shades of Indigo #60197D
Tints of Indigo #60197D
RGB
CMYK
RGB Variations
Color information
#60197D (or 0x60197D) is known color: Indigo. HEX triplet: 60, 19 and 7D. RGB value is (96,25,125). Sum of RGB (Red+Green+Blue) = 96+25+125=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #60197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60197D is #9FE682. Grayscale: #393939. Windows color (decimal): -10479235 or 8198496. OLE color: 8198496.
HSL color Cylindrical-coordinate representation of color #60197D: hue angle of 282.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60197D is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 25 | 125 | - |
| CMYK | 0.23 | 0.8 | 0 | 0.51 |
| HSL | 282.6º | 0.67% | 0.29% | - |
| HSV(B) | 282.6º | 0.8% | 0.49% | - |
| XYZ | 8.87 | 4.66 | 19.83 | - |
| YUV | 57.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 125 | 0.23 | 0.8 | 0 | 0.51 | 282.6 | 0.67 | 0.29 |
| Hex | 60 | 19 | 7D | 17 | 50 | 0 | 33 | 11B | 43 | 1D |
| Octal | 140 | 31 | 175 | 27 | 120 | 0 | 63 | 433 | 103 | 35 |
| Binary | 1100000 | 11001 | 1111101 | 10111 | 1010000 | 0 | 110011 | 100011011 | 1000011 | 11101 |
Color Harmonies of #60197D
Complementary color
Monochromatic Colors of #60197D
Black with #60197D
Text Example
Text Example
White with #60197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60197D; }
p { color: rgb(96,25,125); }
H1.HeaderClassName
{
color: #60197D;
}
.AnyTagClassName
{
color: #60197D;
}
</style>
background-color css
<style>
a { background-color: #60197D; }
a { background-color: rgb(96,25,125); }
div.DivClassName
{
background-color: #60197D;
}
.BgClassName
{
background-color: #60197D;
}
</style>
border-color css
<style>
span { border-color: #60197D; }
span { border-color: rgb(96,25,125); }
td.TdClassName
{
border-color: #60197D;
}
.TagClassName
{
border-color: #60197D;
}
</style>