Shades of Indigo #600290
Tints of Indigo #600290
RGB
CMYK
RGB Variations
Color information
#600290 (or 0x600290) is known color: Indigo. HEX triplet: 60, 02 and 90. RGB value is (96,2,144). Sum of RGB (Red+Green+Blue) = 96+2+144=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #600290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600290 is #9FFD6F. Grayscale: #2D2D2D. Windows color (decimal): -10485104 or 9437792. OLE color: 9437792.
HSL color Cylindrical-coordinate representation of color #600290: hue angle of 279.72º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600290 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 2 | 144 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.44 |
| HSL | 279.72º | 0.97% | 0.29% | - |
| HSV(B) | 279.72º | 0.99% | 0.56% | - |
| XYZ | 9.88 | 4.54 | 26.74 | - |
| YUV | 46.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 144 | 0.33 | 0.99 | 0 | 0.44 | 279.72 | 0.97 | 0.29 |
| Hex | 60 | 2 | 90 | 21 | 63 | 0 | 2C | 118 | 61 | 1D |
| Octal | 140 | 2 | 220 | 41 | 143 | 0 | 54 | 430 | 141 | 35 |
| Binary | 1100000 | 10 | 10010000 | 100001 | 1100011 | 0 | 101100 | 100011000 | 1100001 | 11101 |
Color Harmonies of #600290
Complementary color
Monochromatic Colors of #600290
Black with #600290
Text Example
Text Example
White with #600290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600290; }
p { color: rgb(96,2,144); }
H1.HeaderClassName
{
color: #600290;
}
.AnyTagClassName
{
color: #600290;
}
</style>
background-color css
<style>
a { background-color: #600290; }
a { background-color: rgb(96,2,144); }
div.DivClassName
{
background-color: #600290;
}
.BgClassName
{
background-color: #600290;
}
</style>
border-color css
<style>
span { border-color: #600290; }
span { border-color: rgb(96,2,144); }
td.TdClassName
{
border-color: #600290;
}
.TagClassName
{
border-color: #600290;
}
</style>