Shades of Indigo #600790
Tints of Indigo #600790
RGB
CMYK
RGB Variations
Color information
#600790 (or 0x600790) is known color: Indigo. HEX triplet: 60, 07 and 90. RGB value is (96,7,144). Sum of RGB (Red+Green+Blue) = 96+7+144=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #600790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600790 is #9FF86F. Grayscale: #303030. Windows color (decimal): -10483824 or 9439072. OLE color: 9439072.
HSL color Cylindrical-coordinate representation of color #600790: hue angle of 278.98º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600790 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 7 | 144 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.44 |
| HSL | 278.98º | 0.91% | 0.3% | - |
| HSV(B) | 278.98º | 0.95% | 0.56% | - |
| XYZ | 9.93 | 4.65 | 26.76 | - |
| YUV | 49.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 144 | 0.33 | 0.95 | 0 | 0.44 | 278.98 | 0.91 | 0.3 |
| Hex | 60 | 7 | 90 | 21 | 5F | 0 | 2C | 117 | 5B | 1E |
| Octal | 140 | 7 | 220 | 41 | 137 | 0 | 54 | 427 | 133 | 36 |
| Binary | 1100000 | 111 | 10010000 | 100001 | 1011111 | 0 | 101100 | 100010111 | 1011011 | 11110 |
Color Harmonies of #600790
Complementary color
Monochromatic Colors of #600790
Black with #600790
Text Example
Text Example
White with #600790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600790; }
p { color: rgb(96,7,144); }
H1.HeaderClassName
{
color: #600790;
}
.AnyTagClassName
{
color: #600790;
}
</style>
background-color css
<style>
a { background-color: #600790; }
a { background-color: rgb(96,7,144); }
div.DivClassName
{
background-color: #600790;
}
.BgClassName
{
background-color: #600790;
}
</style>
border-color css
<style>
span { border-color: #600790; }
span { border-color: rgb(96,7,144); }
td.TdClassName
{
border-color: #600790;
}
.TagClassName
{
border-color: #600790;
}
</style>