Shades of Indigo #57067A
Tints of Indigo #57067A
RGB
CMYK
RGB Variations
Color information
#57067A (or 0x57067A) is known color: Indigo. HEX triplet: 57, 06 and 7A. RGB value is (87,6,122). Sum of RGB (Red+Green+Blue) = 87+6+122=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #57067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57067A is #A8F985. Grayscale: #2B2B2B. Windows color (decimal): -11073926 or 7997015. OLE color: 7997015.
HSL color Cylindrical-coordinate representation of color #57067A: hue angle of 281.9º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57067A is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 6 | 122 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.52 |
| HSL | 281.9º | 0.91% | 0.25% | - |
| HSV(B) | 281.9º | 0.95% | 0.48% | - |
| XYZ | 7.51 | 3.56 | 18.7 | - |
| YUV | 43.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 122 | 0.29 | 0.95 | 0 | 0.52 | 281.9 | 0.91 | 0.25 |
| Hex | 57 | 6 | 7A | 1D | 5F | 0 | 34 | 11A | 5B | 19 |
| Octal | 127 | 6 | 172 | 35 | 137 | 0 | 64 | 432 | 133 | 31 |
| Binary | 1010111 | 110 | 1111010 | 11101 | 1011111 | 0 | 110100 | 100011010 | 1011011 | 11001 |
Color Harmonies of #57067A
Complementary color
Monochromatic Colors of #57067A
Black with #57067A
Text Example
Text Example
White with #57067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57067A; }
p { color: rgb(87,6,122); }
H1.HeaderClassName
{
color: #57067A;
}
.AnyTagClassName
{
color: #57067A;
}
</style>
background-color css
<style>
a { background-color: #57067A; }
a { background-color: rgb(87,6,122); }
div.DivClassName
{
background-color: #57067A;
}
.BgClassName
{
background-color: #57067A;
}
</style>
border-color css
<style>
span { border-color: #57067A; }
span { border-color: rgb(87,6,122); }
td.TdClassName
{
border-color: #57067A;
}
.TagClassName
{
border-color: #57067A;
}
</style>