Shades of Indigo #570967
Tints of Indigo #570967
RGB
CMYK
RGB Variations
Color information
#570967 (or 0x570967) is known color: Indigo. HEX triplet: 57, 09 and 67. RGB value is (87,9,103). Sum of RGB (Red+Green+Blue) = 87+9+103=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #570967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570967 is #A8F698. Grayscale: #2A2A2A. Windows color (decimal): -11073177 or 6752599. OLE color: 6752599.
HSL color Cylindrical-coordinate representation of color #570967: hue angle of 289.79º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570967 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 9 | 103 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.60 |
| HSL | 289.79º | 0.84% | 0.22% | - |
| HSV(B) | 289.79º | 0.91% | 0.4% | - |
| XYZ | 6.48 | 3.2 | 13.11 | - |
| YUV | 43.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 103 | 0.16 | 0.91 | 0 | 0.60 | 289.79 | 0.84 | 0.22 |
| Hex | 57 | 9 | 67 | 10 | 5B | 0 | 3C | 122 | 54 | 16 |
| Octal | 127 | 11 | 147 | 20 | 133 | 0 | 74 | 442 | 124 | 26 |
| Binary | 1010111 | 1001 | 1100111 | 10000 | 1011011 | 0 | 111100 | 100100010 | 1010100 | 10110 |
Color Harmonies of #570967
Complementary color
Monochromatic Colors of #570967
Black with #570967
Text Example
Text Example
White with #570967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570967; }
p { color: rgb(87,9,103); }
H1.HeaderClassName
{
color: #570967;
}
.AnyTagClassName
{
color: #570967;
}
</style>
background-color css
<style>
a { background-color: #570967; }
a { background-color: rgb(87,9,103); }
div.DivClassName
{
background-color: #570967;
}
.BgClassName
{
background-color: #570967;
}
</style>
border-color css
<style>
span { border-color: #570967; }
span { border-color: rgb(87,9,103); }
td.TdClassName
{
border-color: #570967;
}
.TagClassName
{
border-color: #570967;
}
</style>