Shades of Indigo #570C82
Tints of Indigo #570C82
RGB
CMYK
RGB Variations
Color information
#570C82 (or 0x570C82) is known color: Indigo. HEX triplet: 57, 0C and 82. RGB value is (87,12,130). Sum of RGB (Red+Green+Blue) = 87+12+130=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #570C82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570C82 is #A8F37D. Grayscale: #2F2F2F. Windows color (decimal): -11072382 or 8522839. OLE color: 8522839.
HSL color Cylindrical-coordinate representation of color #570C82: hue angle of 278.14º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570C82 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 12 | 130 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.49 |
| HSL | 278.14º | 0.83% | 0.28% | - |
| HSV(B) | 278.14º | 0.91% | 0.51% | - |
| XYZ | 8.09 | 3.9 | 21.45 | - |
| YUV | 47.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 130 | 0.33 | 0.91 | 0 | 0.49 | 278.14 | 0.83 | 0.28 |
| Hex | 57 | C | 82 | 21 | 5B | 0 | 31 | 116 | 53 | 1C |
| Octal | 127 | 14 | 202 | 41 | 133 | 0 | 61 | 426 | 123 | 34 |
| Binary | 1010111 | 1100 | 10000010 | 100001 | 1011011 | 0 | 110001 | 100010110 | 1010011 | 11100 |
Color Harmonies of #570C82
Complementary color
Monochromatic Colors of #570C82
Black with #570C82
Text Example
Text Example
White with #570C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C82; }
p { color: rgb(87,12,130); }
H1.HeaderClassName
{
color: #570C82;
}
.AnyTagClassName
{
color: #570C82;
}
</style>
background-color css
<style>
a { background-color: #570C82; }
a { background-color: rgb(87,12,130); }
div.DivClassName
{
background-color: #570C82;
}
.BgClassName
{
background-color: #570C82;
}
</style>
border-color css
<style>
span { border-color: #570C82; }
span { border-color: rgb(87,12,130); }
td.TdClassName
{
border-color: #570C82;
}
.TagClassName
{
border-color: #570C82;
}
</style>