Shades of Indigo #601592
Tints of Indigo #601592
RGB
CMYK
RGB Variations
Color information
#601592 (or 0x601592) is known color: Indigo. HEX triplet: 60, 15 and 92. RGB value is (96,21,146). Sum of RGB (Red+Green+Blue) = 96+21+146=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #601592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601592 is #9FEA6D. Grayscale: #393939. Windows color (decimal): -10480238 or 9573728. OLE color: 9573728.
HSL color Cylindrical-coordinate representation of color #601592: hue angle of 276º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601592 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 21 | 146 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.43 |
| HSL | 276º | 0.75% | 0.33% | - |
| HSV(B) | 276º | 0.86% | 0.57% | - |
| XYZ | 10.28 | 5.1 | 27.64 | - |
| YUV | 57.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 146 | 0.34 | 0.86 | 0 | 0.43 | 276 | 0.75 | 0.33 |
| Hex | 60 | 15 | 92 | 22 | 56 | 0 | 2B | 114 | 4B | 21 |
| Octal | 140 | 25 | 222 | 42 | 126 | 0 | 53 | 424 | 113 | 41 |
| Binary | 1100000 | 10101 | 10010010 | 100010 | 1010110 | 0 | 101011 | 100010100 | 1001011 | 100001 |
Color Harmonies of #601592
Complementary color
Monochromatic Colors of #601592
Black with #601592
Text Example
Text Example
White with #601592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601592; }
p { color: rgb(96,21,146); }
H1.HeaderClassName
{
color: #601592;
}
.AnyTagClassName
{
color: #601592;
}
</style>
background-color css
<style>
a { background-color: #601592; }
a { background-color: rgb(96,21,146); }
div.DivClassName
{
background-color: #601592;
}
.BgClassName
{
background-color: #601592;
}
</style>
border-color css
<style>
span { border-color: #601592; }
span { border-color: rgb(96,21,146); }
td.TdClassName
{
border-color: #601592;
}
.TagClassName
{
border-color: #601592;
}
</style>