Shades of Indigo #600D70
Tints of Indigo #600D70
RGB
CMYK
RGB Variations
Color information
#600D70 (or 0x600D70) is known color: Indigo. HEX triplet: 60, 0D and 70. RGB value is (96,13,112). Sum of RGB (Red+Green+Blue) = 96+13+112=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #600D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D70 is #9FF28F. Grayscale: #303030. Windows color (decimal): -10482320 or 7343456. OLE color: 7343456.
HSL color Cylindrical-coordinate representation of color #600D70: hue angle of 290.3º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600D70 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 13 | 112 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.56 |
| HSL | 290.3º | 0.79% | 0.25% | - |
| HSV(B) | 290.3º | 0.88% | 0.44% | - |
| XYZ | 7.89 | 3.94 | 15.67 | - |
| YUV | 49.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 112 | 0.14 | 0.88 | 0 | 0.56 | 290.3 | 0.79 | 0.25 |
| Hex | 60 | D | 70 | E | 58 | 0 | 38 | 122 | 4F | 19 |
| Octal | 140 | 15 | 160 | 16 | 130 | 0 | 70 | 442 | 117 | 31 |
| Binary | 1100000 | 1101 | 1110000 | 1110 | 1011000 | 0 | 111000 | 100100010 | 1001111 | 11001 |
Color Harmonies of #600D70
Complementary color
Monochromatic Colors of #600D70
Black with #600D70
Text Example
Text Example
White with #600D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D70; }
p { color: rgb(96,13,112); }
H1.HeaderClassName
{
color: #600D70;
}
.AnyTagClassName
{
color: #600D70;
}
</style>
background-color css
<style>
a { background-color: #600D70; }
a { background-color: rgb(96,13,112); }
div.DivClassName
{
background-color: #600D70;
}
.BgClassName
{
background-color: #600D70;
}
</style>
border-color css
<style>
span { border-color: #600D70; }
span { border-color: rgb(96,13,112); }
td.TdClassName
{
border-color: #600D70;
}
.TagClassName
{
border-color: #600D70;
}
</style>