Shades of Indigo #600777
Tints of Indigo #600777
RGB
CMYK
RGB Variations
Color information
#600777 (or 0x600777) is known color: Indigo. HEX triplet: 60, 07 and 77. RGB value is (96,7,119). Sum of RGB (Red+Green+Blue) = 96+7+119=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #600777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600777 is #9FF888. Grayscale: #2E2E2E. Windows color (decimal): -10483849 or 7800672. OLE color: 7800672.
HSL color Cylindrical-coordinate representation of color #600777: hue angle of 287.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600777 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 7 | 119 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.53 |
| HSL | 287.68º | 0.89% | 0.25% | - |
| HSV(B) | 287.68º | 0.94% | 0.47% | - |
| XYZ | 8.23 | 3.97 | 17.79 | - |
| YUV | 46.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 119 | 0.19 | 0.94 | 0 | 0.53 | 287.68 | 0.89 | 0.25 |
| Hex | 60 | 7 | 77 | 13 | 5E | 0 | 35 | 120 | 59 | 19 |
| Octal | 140 | 7 | 167 | 23 | 136 | 0 | 65 | 440 | 131 | 31 |
| Binary | 1100000 | 111 | 1110111 | 10011 | 1011110 | 0 | 110101 | 100100000 | 1011001 | 11001 |
Color Harmonies of #600777
Complementary color
Monochromatic Colors of #600777
Black with #600777
Text Example
Text Example
White with #600777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600777; }
p { color: rgb(96,7,119); }
H1.HeaderClassName
{
color: #600777;
}
.AnyTagClassName
{
color: #600777;
}
</style>
background-color css
<style>
a { background-color: #600777; }
a { background-color: rgb(96,7,119); }
div.DivClassName
{
background-color: #600777;
}
.BgClassName
{
background-color: #600777;
}
</style>
border-color css
<style>
span { border-color: #600777; }
span { border-color: rgb(96,7,119); }
td.TdClassName
{
border-color: #600777;
}
.TagClassName
{
border-color: #600777;
}
</style>