Shades of Indigo #600289
Tints of Indigo #600289
RGB
CMYK
RGB Variations
Color information
#600289 (or 0x600289) is known color: Indigo. HEX triplet: 60, 02 and 89. RGB value is (96,2,137). Sum of RGB (Red+Green+Blue) = 96+2+137=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #600289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600289 is #9FFD76. Grayscale: #2D2D2D. Windows color (decimal): -10485111 or 8979040. OLE color: 8979040.
HSL color Cylindrical-coordinate representation of color #600289: hue angle of 281.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600289 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 2 | 137 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.46 |
| HSL | 281.78º | 0.97% | 0.27% | - |
| HSV(B) | 281.78º | 0.99% | 0.54% | - |
| XYZ | 9.36 | 4.34 | 24.01 | - |
| YUV | 45.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 137 | 0.30 | 0.99 | 0 | 0.46 | 281.78 | 0.97 | 0.27 |
| Hex | 60 | 2 | 89 | 1E | 63 | 0 | 2E | 11A | 61 | 1B |
| Octal | 140 | 2 | 211 | 36 | 143 | 0 | 56 | 432 | 141 | 33 |
| Binary | 1100000 | 10 | 10001001 | 11110 | 1100011 | 0 | 101110 | 100011010 | 1100001 | 11011 |
Color Harmonies of #600289
Complementary color
Monochromatic Colors of #600289
Black with #600289
Text Example
Text Example
White with #600289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600289; }
p { color: rgb(96,2,137); }
H1.HeaderClassName
{
color: #600289;
}
.AnyTagClassName
{
color: #600289;
}
</style>
background-color css
<style>
a { background-color: #600289; }
a { background-color: rgb(96,2,137); }
div.DivClassName
{
background-color: #600289;
}
.BgClassName
{
background-color: #600289;
}
</style>
border-color css
<style>
span { border-color: #600289; }
span { border-color: rgb(96,2,137); }
td.TdClassName
{
border-color: #600289;
}
.TagClassName
{
border-color: #600289;
}
</style>