Shades of Indigo #601288
Tints of Indigo #601288
RGB
CMYK
RGB Variations
Color information
#601288 (or 0x601288) is known color: Indigo. HEX triplet: 60, 12 and 88. RGB value is (96,18,136). Sum of RGB (Red+Green+Blue) = 96+18+136=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #601288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601288 is #9FED77. Grayscale: #363636. Windows color (decimal): -10481016 or 8917600. OLE color: 8917600.
HSL color Cylindrical-coordinate representation of color #601288: hue angle of 279.66º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601288 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 18 | 136 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.47 |
| HSL | 279.66º | 0.77% | 0.3% | - |
| HSV(B) | 279.66º | 0.87% | 0.53% | - |
| XYZ | 9.48 | 4.7 | 23.7 | - |
| YUV | 54.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 136 | 0.29 | 0.87 | 0 | 0.47 | 279.66 | 0.77 | 0.3 |
| Hex | 60 | 12 | 88 | 1D | 57 | 0 | 2F | 118 | 4D | 1E |
| Octal | 140 | 22 | 210 | 35 | 127 | 0 | 57 | 430 | 115 | 36 |
| Binary | 1100000 | 10010 | 10001000 | 11101 | 1010111 | 0 | 101111 | 100011000 | 1001101 | 11110 |
Color Harmonies of #601288
Complementary color
Monochromatic Colors of #601288
Black with #601288
Text Example
Text Example
White with #601288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601288; }
p { color: rgb(96,18,136); }
H1.HeaderClassName
{
color: #601288;
}
.AnyTagClassName
{
color: #601288;
}
</style>
background-color css
<style>
a { background-color: #601288; }
a { background-color: rgb(96,18,136); }
div.DivClassName
{
background-color: #601288;
}
.BgClassName
{
background-color: #601288;
}
</style>
border-color css
<style>
span { border-color: #601288; }
span { border-color: rgb(96,18,136); }
td.TdClassName
{
border-color: #601288;
}
.TagClassName
{
border-color: #601288;
}
</style>