Shades of Indigo #55069F
Tints of Indigo #55069F
RGB
CMYK
RGB Variations
Color information
#55069F (or 0x55069F) is known color: Indigo. HEX triplet: 55, 06 and 9F. RGB value is (85,6,159). Sum of RGB (Red+Green+Blue) = 85+6+159=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #55069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55069F is #AAF960. Grayscale: #2E2E2E. Windows color (decimal): -11204961 or 10421845. OLE color: 10421845.
HSL color Cylindrical-coordinate representation of color #55069F: hue angle of 270.98º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55069F is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 6 | 159 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.38 |
| HSL | 270.98º | 0.93% | 0.32% | - |
| HSV(B) | 270.98º | 0.96% | 0.62% | - |
| XYZ | 10.07 | 4.56 | 33.15 | - |
| YUV | 47.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 159 | 0.47 | 0.96 | 0 | 0.38 | 270.98 | 0.93 | 0.32 |
| Hex | 55 | 6 | 9F | 2F | 60 | 0 | 26 | 10F | 5D | 20 |
| Octal | 125 | 6 | 237 | 57 | 140 | 0 | 46 | 417 | 135 | 40 |
| Binary | 1010101 | 110 | 10011111 | 101111 | 1100000 | 0 | 100110 | 100001111 | 1011101 | 100000 |
Color Harmonies of #55069F
Complementary color
Monochromatic Colors of #55069F
Black with #55069F
Text Example
Text Example
White with #55069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55069F; }
p { color: rgb(85,6,159); }
H1.HeaderClassName
{
color: #55069F;
}
.AnyTagClassName
{
color: #55069F;
}
</style>
background-color css
<style>
a { background-color: #55069F; }
a { background-color: rgb(85,6,159); }
div.DivClassName
{
background-color: #55069F;
}
.BgClassName
{
background-color: #55069F;
}
</style>
border-color css
<style>
span { border-color: #55069F; }
span { border-color: rgb(85,6,159); }
td.TdClassName
{
border-color: #55069F;
}
.TagClassName
{
border-color: #55069F;
}
</style>