Shades of Indigo #600370
Tints of Indigo #600370
RGB
CMYK
RGB Variations
Color information
#600370 (or 0x600370) is known color: Indigo. HEX triplet: 60, 03 and 70. RGB value is (96,3,112). Sum of RGB (Red+Green+Blue) = 96+3+112=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #600370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600370 is #9FFC8F. Grayscale: #2A2A2A. Windows color (decimal): -10484880 or 7340896. OLE color: 7340896.
HSL color Cylindrical-coordinate representation of color #600370: hue angle of 291.19º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600370 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 3 | 112 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.56 |
| HSL | 291.19º | 0.95% | 0.23% | - |
| HSV(B) | 291.19º | 0.97% | 0.44% | - |
| XYZ | 7.78 | 3.72 | 15.64 | - |
| YUV | 43.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 112 | 0.14 | 0.97 | 0 | 0.56 | 291.19 | 0.95 | 0.23 |
| Hex | 60 | 3 | 70 | E | 61 | 0 | 38 | 123 | 5F | 17 |
| Octal | 140 | 3 | 160 | 16 | 141 | 0 | 70 | 443 | 137 | 27 |
| Binary | 1100000 | 11 | 1110000 | 1110 | 1100001 | 0 | 111000 | 100100011 | 1011111 | 10111 |
Color Harmonies of #600370
Complementary color
Monochromatic Colors of #600370
Black with #600370
Text Example
Text Example
White with #600370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600370; }
p { color: rgb(96,3,112); }
H1.HeaderClassName
{
color: #600370;
}
.AnyTagClassName
{
color: #600370;
}
</style>
background-color css
<style>
a { background-color: #600370; }
a { background-color: rgb(96,3,112); }
div.DivClassName
{
background-color: #600370;
}
.BgClassName
{
background-color: #600370;
}
</style>
border-color css
<style>
span { border-color: #600370; }
span { border-color: rgb(96,3,112); }
td.TdClassName
{
border-color: #600370;
}
.TagClassName
{
border-color: #600370;
}
</style>