Shades of Indigo #57016B
Tints of Indigo #57016B
RGB
CMYK
RGB Variations
Color information
#57016B (or 0x57016B) is known color: Indigo. HEX triplet: 57, 01 and 6B. RGB value is (87,1,107). Sum of RGB (Red+Green+Blue) = 87+1+107=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #57016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57016B is #A8FE94. Grayscale: #262626. Windows color (decimal): -11075221 or 7012695. OLE color: 7012695.
HSL color Cylindrical-coordinate representation of color #57016B: hue angle of 288.68º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57016B is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 1 | 107 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.58 |
| HSL | 288.68º | 0.98% | 0.21% | - |
| HSV(B) | 288.68º | 0.99% | 0.42% | - |
| XYZ | 6.6 | 3.11 | 14.16 | - |
| YUV | 38.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 107 | 0.19 | 0.99 | 0 | 0.58 | 288.68 | 0.98 | 0.21 |
| Hex | 57 | 1 | 6B | 13 | 63 | 0 | 3A | 121 | 62 | 15 |
| Octal | 127 | 1 | 153 | 23 | 143 | 0 | 72 | 441 | 142 | 25 |
| Binary | 1010111 | 1 | 1101011 | 10011 | 1100011 | 0 | 111010 | 100100001 | 1100010 | 10101 |
Color Harmonies of #57016B
Complementary color
Monochromatic Colors of #57016B
Black with #57016B
Text Example
Text Example
White with #57016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57016B; }
p { color: rgb(87,1,107); }
H1.HeaderClassName
{
color: #57016B;
}
.AnyTagClassName
{
color: #57016B;
}
</style>
background-color css
<style>
a { background-color: #57016B; }
a { background-color: rgb(87,1,107); }
div.DivClassName
{
background-color: #57016B;
}
.BgClassName
{
background-color: #57016B;
}
</style>
border-color css
<style>
span { border-color: #57016B; }
span { border-color: rgb(87,1,107); }
td.TdClassName
{
border-color: #57016B;
}
.TagClassName
{
border-color: #57016B;
}
</style>