Shades of Indigo #610572
Tints of Indigo #610572
RGB
CMYK
RGB Variations
Color information
#610572 (or 0x610572) is known color: Indigo. HEX triplet: 61, 05 and 72. RGB value is (97,5,114). Sum of RGB (Red+Green+Blue) = 97+5+114=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #610572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610572 is #9EFA8D. Grayscale: #2C2C2C. Windows color (decimal): -10418830 or 7472481. OLE color: 7472481.
HSL color Cylindrical-coordinate representation of color #610572: hue angle of 290.64º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610572 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 5 | 114 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.55 |
| HSL | 290.64º | 0.92% | 0.23% | - |
| HSV(B) | 290.64º | 0.96% | 0.45% | - |
| XYZ | 8.02 | 3.86 | 16.24 | - |
| YUV | 44.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 114 | 0.15 | 0.96 | 0 | 0.55 | 290.64 | 0.92 | 0.23 |
| Hex | 61 | 5 | 72 | F | 60 | 0 | 37 | 123 | 5C | 17 |
| Octal | 141 | 5 | 162 | 17 | 140 | 0 | 67 | 443 | 134 | 27 |
| Binary | 1100001 | 101 | 1110010 | 1111 | 1100000 | 0 | 110111 | 100100011 | 1011100 | 10111 |
Color Harmonies of #610572
Complementary color
Monochromatic Colors of #610572
Black with #610572
Text Example
Text Example
White with #610572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610572; }
p { color: rgb(97,5,114); }
H1.HeaderClassName
{
color: #610572;
}
.AnyTagClassName
{
color: #610572;
}
</style>
background-color css
<style>
a { background-color: #610572; }
a { background-color: rgb(97,5,114); }
div.DivClassName
{
background-color: #610572;
}
.BgClassName
{
background-color: #610572;
}
</style>
border-color css
<style>
span { border-color: #610572; }
span { border-color: rgb(97,5,114); }
td.TdClassName
{
border-color: #610572;
}
.TagClassName
{
border-color: #610572;
}
</style>