Shades of Indigo #57078A
Tints of Indigo #57078A
RGB
CMYK
RGB Variations
Color information
#57078A (or 0x57078A) is known color: Indigo. HEX triplet: 57, 07 and 8A. RGB value is (87,7,138). Sum of RGB (Red+Green+Blue) = 87+7+138=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #57078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57078A is #A8F875. Grayscale: #2D2D2D. Windows color (decimal): -11073654 or 9045847. OLE color: 9045847.
HSL color Cylindrical-coordinate representation of color #57078A: hue angle of 276.64º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57078A is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 7 | 138 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.46 |
| HSL | 276.64º | 0.9% | 0.28% | - |
| HSV(B) | 276.64º | 0.95% | 0.54% | - |
| XYZ | 8.59 | 4.01 | 24.37 | - |
| YUV | 45.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 138 | 0.37 | 0.95 | 0 | 0.46 | 276.64 | 0.9 | 0.28 |
| Hex | 57 | 7 | 8A | 25 | 5F | 0 | 2E | 115 | 5A | 1C |
| Octal | 127 | 7 | 212 | 45 | 137 | 0 | 56 | 425 | 132 | 34 |
| Binary | 1010111 | 111 | 10001010 | 100101 | 1011111 | 0 | 101110 | 100010101 | 1011010 | 11100 |
Color Harmonies of #57078A
Complementary color
Monochromatic Colors of #57078A
Black with #57078A
Text Example
Text Example
White with #57078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57078A; }
p { color: rgb(87,7,138); }
H1.HeaderClassName
{
color: #57078A;
}
.AnyTagClassName
{
color: #57078A;
}
</style>
background-color css
<style>
a { background-color: #57078A; }
a { background-color: rgb(87,7,138); }
div.DivClassName
{
background-color: #57078A;
}
.BgClassName
{
background-color: #57078A;
}
</style>
border-color css
<style>
span { border-color: #57078A; }
span { border-color: rgb(87,7,138); }
td.TdClassName
{
border-color: #57078A;
}
.TagClassName
{
border-color: #57078A;
}
</style>