Shades of Indigo #551572
Tints of Indigo #551572
RGB
CMYK
RGB Variations
Color information
#551572 (or 0x551572) is known color: Indigo. HEX triplet: 55, 15 and 72. RGB value is (85,21,114). Sum of RGB (Red+Green+Blue) = 85+21+114=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #551572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551572 is #AAEA8D. Grayscale: #323232. Windows color (decimal): -11201166 or 7476565. OLE color: 7476565.
HSL color Cylindrical-coordinate representation of color #551572: hue angle of 281.29º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551572 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 21 | 114 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.55 |
| HSL | 281.29º | 0.69% | 0.26% | - |
| HSV(B) | 281.29º | 0.82% | 0.45% | - |
| XYZ | 7.05 | 3.68 | 16.26 | - |
| YUV | 50.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 114 | 0.25 | 0.82 | 0 | 0.55 | 281.29 | 0.69 | 0.26 |
| Hex | 55 | 15 | 72 | 19 | 52 | 0 | 37 | 119 | 45 | 1A |
| Octal | 125 | 25 | 162 | 31 | 122 | 0 | 67 | 431 | 105 | 32 |
| Binary | 1010101 | 10101 | 1110010 | 11001 | 1010010 | 0 | 110111 | 100011001 | 1000101 | 11010 |
Color Harmonies of #551572
Complementary color
Monochromatic Colors of #551572
Black with #551572
Text Example
Text Example
White with #551572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551572; }
p { color: rgb(85,21,114); }
H1.HeaderClassName
{
color: #551572;
}
.AnyTagClassName
{
color: #551572;
}
</style>
background-color css
<style>
a { background-color: #551572; }
a { background-color: rgb(85,21,114); }
div.DivClassName
{
background-color: #551572;
}
.BgClassName
{
background-color: #551572;
}
</style>
border-color css
<style>
span { border-color: #551572; }
span { border-color: rgb(85,21,114); }
td.TdClassName
{
border-color: #551572;
}
.TagClassName
{
border-color: #551572;
}
</style>