Shades of Indigo #550F9C
Tints of Indigo #550F9C
RGB
CMYK
RGB Variations
Color information
#550F9C (or 0x550F9C) is known color: Indigo. HEX triplet: 55, 0F and 9C. RGB value is (85,15,156). Sum of RGB (Red+Green+Blue) = 85+15+156=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #550F9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F9C is #AAF063. Grayscale: #333333. Windows color (decimal): -11202660 or 10227541. OLE color: 10227541.
HSL color Cylindrical-coordinate representation of color #550F9C: hue angle of 269.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550F9C is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 15 | 156 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.39 |
| HSL | 269.79º | 0.82% | 0.34% | - |
| HSV(B) | 269.79º | 0.9% | 0.61% | - |
| XYZ | 9.92 | 4.67 | 31.83 | - |
| YUV | 52 | 186.69 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 156 | 0.46 | 0.90 | 0 | 0.39 | 269.79 | 0.82 | 0.34 |
| Hex | 55 | F | 9C | 2E | 5A | 0 | 27 | 10E | 52 | 22 |
| Octal | 125 | 17 | 234 | 56 | 132 | 0 | 47 | 416 | 122 | 42 |
| Binary | 1010101 | 1111 | 10011100 | 101110 | 1011010 | 0 | 100111 | 100001110 | 1010010 | 100010 |
Color Harmonies of #550F9C
Complementary color
Monochromatic Colors of #550F9C
Black with #550F9C
Text Example
Text Example
White with #550F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F9C; }
p { color: rgb(85,15,156); }
H1.HeaderClassName
{
color: #550F9C;
}
.AnyTagClassName
{
color: #550F9C;
}
</style>
background-color css
<style>
a { background-color: #550F9C; }
a { background-color: rgb(85,15,156); }
div.DivClassName
{
background-color: #550F9C;
}
.BgClassName
{
background-color: #550F9C;
}
</style>
border-color css
<style>
span { border-color: #550F9C; }
span { border-color: rgb(85,15,156); }
td.TdClassName
{
border-color: #550F9C;
}
.TagClassName
{
border-color: #550F9C;
}
</style>