Shades of Indigo #600D73
Tints of Indigo #600D73
RGB
CMYK
RGB Variations
Color information
#600D73 (or 0x600D73) is known color: Indigo. HEX triplet: 60, 0D and 73. RGB value is (96,13,115). Sum of RGB (Red+Green+Blue) = 96+13+115=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #600D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D73 is #9FF28C. Grayscale: #313131. Windows color (decimal): -10482317 or 7540064. OLE color: 7540064.
HSL color Cylindrical-coordinate representation of color #600D73: hue angle of 288.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600D73 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 13 | 115 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.55 |
| HSL | 288.82º | 0.8% | 0.25% | - |
| HSV(B) | 288.82º | 0.89% | 0.45% | - |
| XYZ | 8.06 | 4.01 | 16.57 | - |
| YUV | 49.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 115 | 0.17 | 0.89 | 0 | 0.55 | 288.82 | 0.8 | 0.25 |
| Hex | 60 | D | 73 | 11 | 59 | 0 | 37 | 121 | 50 | 19 |
| Octal | 140 | 15 | 163 | 21 | 131 | 0 | 67 | 441 | 120 | 31 |
| Binary | 1100000 | 1101 | 1110011 | 10001 | 1011001 | 0 | 110111 | 100100001 | 1010000 | 11001 |
Color Harmonies of #600D73
Complementary color
Monochromatic Colors of #600D73
Black with #600D73
Text Example
Text Example
White with #600D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D73; }
p { color: rgb(96,13,115); }
H1.HeaderClassName
{
color: #600D73;
}
.AnyTagClassName
{
color: #600D73;
}
</style>
background-color css
<style>
a { background-color: #600D73; }
a { background-color: rgb(96,13,115); }
div.DivClassName
{
background-color: #600D73;
}
.BgClassName
{
background-color: #600D73;
}
</style>
border-color css
<style>
span { border-color: #600D73; }
span { border-color: rgb(96,13,115); }
td.TdClassName
{
border-color: #600D73;
}
.TagClassName
{
border-color: #600D73;
}
</style>