Shades of Indigo #57109B
Tints of Indigo #57109B
RGB
CMYK
RGB Variations
Color information
#57109B (or 0x57109B) is known color: Indigo. HEX triplet: 57, 10 and 9B. RGB value is (87,16,155). Sum of RGB (Red+Green+Blue) = 87+16+155=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #57109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57109B is #A8EF64. Grayscale: #343434. Windows color (decimal): -11071333 or 10162263. OLE color: 10162263.
HSL color Cylindrical-coordinate representation of color #57109B: hue angle of 270.65º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57109B is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 16 | 155 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.39 |
| HSL | 270.65º | 0.81% | 0.34% | - |
| HSV(B) | 270.65º | 0.9% | 0.61% | - |
| XYZ | 10.03 | 4.76 | 31.4 | - |
| YUV | 53.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 155 | 0.44 | 0.90 | 0 | 0.39 | 270.65 | 0.81 | 0.34 |
| Hex | 57 | 10 | 9B | 2C | 5A | 0 | 27 | 10F | 51 | 22 |
| Octal | 127 | 20 | 233 | 54 | 132 | 0 | 47 | 417 | 121 | 42 |
| Binary | 1010111 | 10000 | 10011011 | 101100 | 1011010 | 0 | 100111 | 100001111 | 1010001 | 100010 |
Color Harmonies of #57109B
Complementary color
Monochromatic Colors of #57109B
Black with #57109B
Text Example
Text Example
White with #57109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57109B; }
p { color: rgb(87,16,155); }
H1.HeaderClassName
{
color: #57109B;
}
.AnyTagClassName
{
color: #57109B;
}
</style>
background-color css
<style>
a { background-color: #57109B; }
a { background-color: rgb(87,16,155); }
div.DivClassName
{
background-color: #57109B;
}
.BgClassName
{
background-color: #57109B;
}
</style>
border-color css
<style>
span { border-color: #57109B; }
span { border-color: rgb(87,16,155); }
td.TdClassName
{
border-color: #57109B;
}
.TagClassName
{
border-color: #57109B;
}
</style>