Shades of Indigo #57068D
Tints of Indigo #57068D
RGB
CMYK
RGB Variations
Color information
#57068D (or 0x57068D) is known color: Indigo. HEX triplet: 57, 06 and 8D. RGB value is (87,6,141). Sum of RGB (Red+Green+Blue) = 87+6+141=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #57068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57068D is #A8F972. Grayscale: #2D2D2D. Windows color (decimal): -11073907 or 9242199. OLE color: 9242199.
HSL color Cylindrical-coordinate representation of color #57068D: hue angle of 276º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #57068D is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 6 | 141 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.45 |
| HSL | 276º | 0.92% | 0.29% | - |
| HSV(B) | 276º | 0.96% | 0.55% | - |
| XYZ | 8.8 | 4.08 | 25.52 | - |
| YUV | 45.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 141 | 0.38 | 0.96 | 0 | 0.45 | 276 | 0.92 | 0.29 |
| Hex | 57 | 6 | 8D | 26 | 60 | 0 | 2D | 114 | 5C | 1D |
| Octal | 127 | 6 | 215 | 46 | 140 | 0 | 55 | 424 | 134 | 35 |
| Binary | 1010111 | 110 | 10001101 | 100110 | 1100000 | 0 | 101101 | 100010100 | 1011100 | 11101 |
Color Harmonies of #57068D
Complementary color
Monochromatic Colors of #57068D
Black with #57068D
Text Example
Text Example
White with #57068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57068D; }
p { color: rgb(87,6,141); }
H1.HeaderClassName
{
color: #57068D;
}
.AnyTagClassName
{
color: #57068D;
}
</style>
background-color css
<style>
a { background-color: #57068D; }
a { background-color: rgb(87,6,141); }
div.DivClassName
{
background-color: #57068D;
}
.BgClassName
{
background-color: #57068D;
}
</style>
border-color css
<style>
span { border-color: #57068D; }
span { border-color: rgb(87,6,141); }
td.TdClassName
{
border-color: #57068D;
}
.TagClassName
{
border-color: #57068D;
}
</style>