Shades of Indigo #57098B
Tints of Indigo #57098B
RGB
CMYK
RGB Variations
Color information
#57098B (or 0x57098B) is known color: Indigo. HEX triplet: 57, 09 and 8B. RGB value is (87,9,139). Sum of RGB (Red+Green+Blue) = 87+9+139=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #57098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57098B is #A8F674. Grayscale: #2E2E2E. Windows color (decimal): -11073141 or 9111895. OLE color: 9111895.
HSL color Cylindrical-coordinate representation of color #57098B: hue angle of 276º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57098B is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 9 | 139 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.45 |
| HSL | 276º | 0.88% | 0.29% | - |
| HSV(B) | 276º | 0.94% | 0.55% | - |
| XYZ | 8.69 | 4.09 | 24.76 | - |
| YUV | 47.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 139 | 0.37 | 0.94 | 0 | 0.45 | 276 | 0.88 | 0.29 |
| Hex | 57 | 9 | 8B | 25 | 5E | 0 | 2D | 114 | 58 | 1D |
| Octal | 127 | 11 | 213 | 45 | 136 | 0 | 55 | 424 | 130 | 35 |
| Binary | 1010111 | 1001 | 10001011 | 100101 | 1011110 | 0 | 101101 | 100010100 | 1011000 | 11101 |
Color Harmonies of #57098B
Complementary color
Monochromatic Colors of #57098B
Black with #57098B
Text Example
Text Example
White with #57098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57098B; }
p { color: rgb(87,9,139); }
H1.HeaderClassName
{
color: #57098B;
}
.AnyTagClassName
{
color: #57098B;
}
</style>
background-color css
<style>
a { background-color: #57098B; }
a { background-color: rgb(87,9,139); }
div.DivClassName
{
background-color: #57098B;
}
.BgClassName
{
background-color: #57098B;
}
</style>
border-color css
<style>
span { border-color: #57098B; }
span { border-color: rgb(87,9,139); }
td.TdClassName
{
border-color: #57098B;
}
.TagClassName
{
border-color: #57098B;
}
</style>