Shades of Indigo #600778
Tints of Indigo #600778
RGB
CMYK
RGB Variations
Color information
#600778 (or 0x600778) is known color: Indigo. HEX triplet: 60, 07 and 78. RGB value is (96,7,120). Sum of RGB (Red+Green+Blue) = 96+7+120=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #600778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600778 is #9FF887. Grayscale: #2E2E2E. Windows color (decimal): -10483848 or 7866208. OLE color: 7866208.
HSL color Cylindrical-coordinate representation of color #600778: hue angle of 287.26º 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 #600778 is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 7 | 120 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.53 |
| HSL | 287.26º | 0.89% | 0.25% | - |
| HSV(B) | 287.26º | 0.94% | 0.47% | - |
| XYZ | 8.29 | 3.99 | 18.1 | - |
| YUV | 46.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 120 | 0.2 | 0.94 | 0 | 0.53 | 287.26 | 0.89 | 0.25 |
| Hex | 60 | 7 | 78 | 14 | 5E | 0 | 35 | 11F | 59 | 19 |
| Octal | 140 | 7 | 170 | 24 | 136 | 0 | 65 | 437 | 131 | 31 |
| Binary | 1100000 | 111 | 1111000 | 10100 | 1011110 | 0 | 110101 | 100011111 | 1011001 | 11001 |
Color Harmonies of #600778
Complementary color
Monochromatic Colors of #600778
Black with #600778
Text Example
Text Example
White with #600778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600778; }
p { color: rgb(96,7,120); }
H1.HeaderClassName
{
color: #600778;
}
.AnyTagClassName
{
color: #600778;
}
</style>
background-color css
<style>
a { background-color: #600778; }
a { background-color: rgb(96,7,120); }
div.DivClassName
{
background-color: #600778;
}
.BgClassName
{
background-color: #600778;
}
</style>
border-color css
<style>
span { border-color: #600778; }
span { border-color: rgb(96,7,120); }
td.TdClassName
{
border-color: #600778;
}
.TagClassName
{
border-color: #600778;
}
</style>