Shades of Indigo #570365
Tints of Indigo #570365
RGB
CMYK
RGB Variations
Color information
#570365 (or 0x570365) is known color: Indigo. HEX triplet: 57, 03 and 65. RGB value is (87,3,101). Sum of RGB (Red+Green+Blue) = 87+3+101=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #570365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570365 is #A8FC9A. Grayscale: #262626. Windows color (decimal): -11074715 or 6619991. OLE color: 6619991.
HSL color Cylindrical-coordinate representation of color #570365: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570365 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 3 | 101 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.60 |
| HSL | 291.43º | 0.94% | 0.2% | - |
| HSV(B) | 291.43º | 0.97% | 0.4% | - |
| XYZ | 6.31 | 3.03 | 12.56 | - |
| YUV | 39.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 101 | 0.14 | 0.97 | 0 | 0.60 | 291.43 | 0.94 | 0.2 |
| Hex | 57 | 3 | 65 | E | 61 | 0 | 3C | 123 | 5E | 14 |
| Octal | 127 | 3 | 145 | 16 | 141 | 0 | 74 | 443 | 136 | 24 |
| Binary | 1010111 | 11 | 1100101 | 1110 | 1100001 | 0 | 111100 | 100100011 | 1011110 | 10100 |
Color Harmonies of #570365
Complementary color
Monochromatic Colors of #570365
Black with #570365
Text Example
Text Example
White with #570365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570365; }
p { color: rgb(87,3,101); }
H1.HeaderClassName
{
color: #570365;
}
.AnyTagClassName
{
color: #570365;
}
</style>
background-color css
<style>
a { background-color: #570365; }
a { background-color: rgb(87,3,101); }
div.DivClassName
{
background-color: #570365;
}
.BgClassName
{
background-color: #570365;
}
</style>
border-color css
<style>
span { border-color: #570365; }
span { border-color: rgb(87,3,101); }
td.TdClassName
{
border-color: #570365;
}
.TagClassName
{
border-color: #570365;
}
</style>