Shades of Indigo #55157B
Tints of Indigo #55157B
RGB
CMYK
RGB Variations
Color information
#55157B (or 0x55157B) is known color: Indigo. HEX triplet: 55, 15 and 7B. RGB value is (85,21,123). Sum of RGB (Red+Green+Blue) = 85+21+123=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #55157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55157B is #AAEA84. Grayscale: #333333. Windows color (decimal): -11201157 or 8066389. OLE color: 8066389.
HSL color Cylindrical-coordinate representation of color #55157B: hue angle of 277.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55157B is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 21 | 123 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.52 |
| HSL | 277.65º | 0.71% | 0.28% | - |
| HSV(B) | 277.65º | 0.83% | 0.48% | - |
| XYZ | 7.59 | 3.9 | 19.09 | - |
| YUV | 51.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 123 | 0.31 | 0.83 | 0 | 0.52 | 277.65 | 0.71 | 0.28 |
| Hex | 55 | 15 | 7B | 1F | 53 | 0 | 34 | 116 | 47 | 1C |
| Octal | 125 | 25 | 173 | 37 | 123 | 0 | 64 | 426 | 107 | 34 |
| Binary | 1010101 | 10101 | 1111011 | 11111 | 1010011 | 0 | 110100 | 100010110 | 1000111 | 11100 |
Color Harmonies of #55157B
Complementary color
Monochromatic Colors of #55157B
Black with #55157B
Text Example
Text Example
White with #55157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55157B; }
p { color: rgb(85,21,123); }
H1.HeaderClassName
{
color: #55157B;
}
.AnyTagClassName
{
color: #55157B;
}
</style>
background-color css
<style>
a { background-color: #55157B; }
a { background-color: rgb(85,21,123); }
div.DivClassName
{
background-color: #55157B;
}
.BgClassName
{
background-color: #55157B;
}
</style>
border-color css
<style>
span { border-color: #55157B; }
span { border-color: rgb(85,21,123); }
td.TdClassName
{
border-color: #55157B;
}
.TagClassName
{
border-color: #55157B;
}
</style>