Shades of Indigo #570194
Tints of Indigo #570194
RGB
CMYK
RGB Variations
Color information
#570194 (or 0x570194) is known color: Indigo. HEX triplet: 57, 01 and 94. RGB value is (87,1,148). Sum of RGB (Red+Green+Blue) = 87+1+148=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #570194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570194 is #A8FE6B. Grayscale: #2A2A2A. Windows color (decimal): -11075180 or 9699671. OLE color: 9699671.
HSL color Cylindrical-coordinate representation of color #570194: hue angle of 275.1º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570194 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 1 | 148 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.42 |
| HSL | 275.1º | 0.99% | 0.29% | - |
| HSV(B) | 275.1º | 0.99% | 0.58% | - |
| XYZ | 9.29 | 4.19 | 28.34 | - |
| YUV | 43.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 148 | 0.41 | 0.99 | 0 | 0.42 | 275.1 | 0.99 | 0.29 |
| Hex | 57 | 1 | 94 | 29 | 63 | 0 | 2A | 113 | 63 | 1D |
| Octal | 127 | 1 | 224 | 51 | 143 | 0 | 52 | 423 | 143 | 35 |
| Binary | 1010111 | 1 | 10010100 | 101001 | 1100011 | 0 | 101010 | 100010011 | 1100011 | 11101 |
Color Harmonies of #570194
Complementary color
Monochromatic Colors of #570194
Black with #570194
Text Example
Text Example
White with #570194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570194; }
p { color: rgb(87,1,148); }
H1.HeaderClassName
{
color: #570194;
}
.AnyTagClassName
{
color: #570194;
}
</style>
background-color css
<style>
a { background-color: #570194; }
a { background-color: rgb(87,1,148); }
div.DivClassName
{
background-color: #570194;
}
.BgClassName
{
background-color: #570194;
}
</style>
border-color css
<style>
span { border-color: #570194; }
span { border-color: rgb(87,1,148); }
td.TdClassName
{
border-color: #570194;
}
.TagClassName
{
border-color: #570194;
}
</style>