Shades of Indigo #55127B
Tints of Indigo #55127B
RGB
CMYK
RGB Variations
Color information
#55127B (or 0x55127B) is known color: Indigo. HEX triplet: 55, 12 and 7B. RGB value is (85,18,123). Sum of RGB (Red+Green+Blue) = 85+18+123=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #55127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55127B is #AAED84. Grayscale: #313131. Windows color (decimal): -11201925 or 8065621. OLE color: 8065621.
HSL color Cylindrical-coordinate representation of color #55127B: hue angle of 278.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55127B is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 18 | 123 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.52 |
| HSL | 278.29º | 0.74% | 0.28% | - |
| HSV(B) | 278.29º | 0.85% | 0.48% | - |
| XYZ | 7.54 | 3.79 | 19.07 | - |
| YUV | 50 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 123 | 0.31 | 0.85 | 0 | 0.52 | 278.29 | 0.74 | 0.28 |
| Hex | 55 | 12 | 7B | 1F | 55 | 0 | 34 | 116 | 4A | 1C |
| Octal | 125 | 22 | 173 | 37 | 125 | 0 | 64 | 426 | 112 | 34 |
| Binary | 1010101 | 10010 | 1111011 | 11111 | 1010101 | 0 | 110100 | 100010110 | 1001010 | 11100 |
Color Harmonies of #55127B
Complementary color
Monochromatic Colors of #55127B
Black with #55127B
Text Example
Text Example
White with #55127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55127B; }
p { color: rgb(85,18,123); }
H1.HeaderClassName
{
color: #55127B;
}
.AnyTagClassName
{
color: #55127B;
}
</style>
background-color css
<style>
a { background-color: #55127B; }
a { background-color: rgb(85,18,123); }
div.DivClassName
{
background-color: #55127B;
}
.BgClassName
{
background-color: #55127B;
}
</style>
border-color css
<style>
span { border-color: #55127B; }
span { border-color: rgb(85,18,123); }
td.TdClassName
{
border-color: #55127B;
}
.TagClassName
{
border-color: #55127B;
}
</style>