Shades of Indigo #550269
Tints of Indigo #550269
RGB
CMYK
RGB Variations
Color information
#550269 (or 0x550269) is known color: Indigo. HEX triplet: 55, 02 and 69. RGB value is (85,2,105). Sum of RGB (Red+Green+Blue) = 85+2+105=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #550269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550269 is #AAFD96. Grayscale: #262626. Windows color (decimal): -11206039 or 6881877. OLE color: 6881877.
HSL color Cylindrical-coordinate representation of color #550269: hue angle of 288.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550269 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 2 | 105 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.59 |
| HSL | 288.35º | 0.96% | 0.21% | - |
| HSV(B) | 288.35º | 0.98% | 0.41% | - |
| XYZ | 6.32 | 2.99 | 13.61 | - |
| YUV | 38.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 105 | 0.19 | 0.98 | 0 | 0.59 | 288.35 | 0.96 | 0.21 |
| Hex | 55 | 2 | 69 | 13 | 62 | 0 | 3B | 120 | 60 | 15 |
| Octal | 125 | 2 | 151 | 23 | 142 | 0 | 73 | 440 | 140 | 25 |
| Binary | 1010101 | 10 | 1101001 | 10011 | 1100010 | 0 | 111011 | 100100000 | 1100000 | 10101 |
Color Harmonies of #550269
Complementary color
Monochromatic Colors of #550269
Black with #550269
Text Example
Text Example
White with #550269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550269; }
p { color: rgb(85,2,105); }
H1.HeaderClassName
{
color: #550269;
}
.AnyTagClassName
{
color: #550269;
}
</style>
background-color css
<style>
a { background-color: #550269; }
a { background-color: rgb(85,2,105); }
div.DivClassName
{
background-color: #550269;
}
.BgClassName
{
background-color: #550269;
}
</style>
border-color css
<style>
span { border-color: #550269; }
span { border-color: rgb(85,2,105); }
td.TdClassName
{
border-color: #550269;
}
.TagClassName
{
border-color: #550269;
}
</style>