Shades of Indigo #600070
Tints of Indigo #600070
RGB
CMYK
RGB Variations
Color information
#600070 (or 0x600070) is known color: Indigo. HEX triplet: 60, 00 and 70. RGB value is (96,0,112). Sum of RGB (Red+Green+Blue) = 96+0+112=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #600070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600070 is #9FFF8F. Grayscale: #292929. Windows color (decimal): -10485648 or 7340128. OLE color: 7340128.
HSL color Cylindrical-coordinate representation of color #600070: hue angle of 291.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600070 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 0 | 112 | - |
| CMYK | 0.14 | 1 | 0 | 0.56 |
| HSL | 291.43º | 1% | 0.22% | - |
| HSV(B) | 291.43º | 1% | 0.44% | - |
| XYZ | 7.75 | 3.66 | 15.63 | - |
| YUV | 41.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 112 | 0.14 | 1 | 0 | 0.56 | 291.43 | 1 | 0.22 |
| Hex | 60 | 0 | 70 | E | 64 | 0 | 38 | 123 | 64 | 16 |
| Octal | 140 | 0 | 160 | 16 | 144 | 0 | 70 | 443 | 144 | 26 |
| Binary | 1100000 | 0 | 1110000 | 1110 | 1100100 | 0 | 111000 | 100100011 | 1100100 | 10110 |
Color Harmonies of #600070
Complementary color
Monochromatic Colors of #600070
Black with #600070
Text Example
Text Example
White with #600070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600070; }
p { color: rgb(96,0,112); }
H1.HeaderClassName
{
color: #600070;
}
.AnyTagClassName
{
color: #600070;
}
</style>
background-color css
<style>
a { background-color: #600070; }
a { background-color: rgb(96,0,112); }
div.DivClassName
{
background-color: #600070;
}
.BgClassName
{
background-color: #600070;
}
</style>
border-color css
<style>
span { border-color: #600070; }
span { border-color: rgb(96,0,112); }
td.TdClassName
{
border-color: #600070;
}
.TagClassName
{
border-color: #600070;
}
</style>