Shades of Indigo #570665
Tints of Indigo #570665
RGB
CMYK
RGB Variations
Color information
#570665 (or 0x570665) is known color: Indigo. HEX triplet: 57, 06 and 65. RGB value is (87,6,101). Sum of RGB (Red+Green+Blue) = 87+6+101=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #570665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570665 is #A8F99A. Grayscale: #282828. Windows color (decimal): -11073947 or 6620759. OLE color: 6620759.
HSL color Cylindrical-coordinate representation of color #570665: hue angle of 291.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570665 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 6 | 101 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.60 |
| HSL | 291.16º | 0.89% | 0.21% | - |
| HSV(B) | 291.16º | 0.94% | 0.4% | - |
| XYZ | 6.34 | 3.1 | 12.58 | - |
| YUV | 41.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 101 | 0.14 | 0.94 | 0 | 0.60 | 291.16 | 0.89 | 0.21 |
| Hex | 57 | 6 | 65 | E | 5E | 0 | 3C | 123 | 59 | 15 |
| Octal | 127 | 6 | 145 | 16 | 136 | 0 | 74 | 443 | 131 | 25 |
| Binary | 1010111 | 110 | 1100101 | 1110 | 1011110 | 0 | 111100 | 100100011 | 1011001 | 10101 |
Color Harmonies of #570665
Complementary color
Monochromatic Colors of #570665
Black with #570665
Text Example
Text Example
White with #570665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570665; }
p { color: rgb(87,6,101); }
H1.HeaderClassName
{
color: #570665;
}
.AnyTagClassName
{
color: #570665;
}
</style>
background-color css
<style>
a { background-color: #570665; }
a { background-color: rgb(87,6,101); }
div.DivClassName
{
background-color: #570665;
}
.BgClassName
{
background-color: #570665;
}
</style>
border-color css
<style>
span { border-color: #570665; }
span { border-color: rgb(87,6,101); }
td.TdClassName
{
border-color: #570665;
}
.TagClassName
{
border-color: #570665;
}
</style>