Shades of Indigo #55067C
Tints of Indigo #55067C
RGB
CMYK
RGB Variations
Color information
#55067C (or 0x55067C) is known color: Indigo. HEX triplet: 55, 06 and 7C. RGB value is (85,6,124). Sum of RGB (Red+Green+Blue) = 85+6+124=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #55067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55067C is #AAF983. Grayscale: #2A2A2A. Windows color (decimal): -11204996 or 8128085. OLE color: 8128085.
HSL color Cylindrical-coordinate representation of color #55067C: hue angle of 280.17º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55067C is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 6 | 124 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.51 |
| HSL | 280.17º | 0.91% | 0.25% | - |
| HSV(B) | 280.17º | 0.95% | 0.49% | - |
| XYZ | 7.45 | 3.52 | 19.35 | - |
| YUV | 43.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 124 | 0.31 | 0.95 | 0 | 0.51 | 280.17 | 0.91 | 0.25 |
| Hex | 55 | 6 | 7C | 1F | 5F | 0 | 33 | 118 | 5B | 19 |
| Octal | 125 | 6 | 174 | 37 | 137 | 0 | 63 | 430 | 133 | 31 |
| Binary | 1010101 | 110 | 1111100 | 11111 | 1011111 | 0 | 110011 | 100011000 | 1011011 | 11001 |
Color Harmonies of #55067C
Complementary color
Monochromatic Colors of #55067C
Black with #55067C
Text Example
Text Example
White with #55067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55067C; }
p { color: rgb(85,6,124); }
H1.HeaderClassName
{
color: #55067C;
}
.AnyTagClassName
{
color: #55067C;
}
</style>
background-color css
<style>
a { background-color: #55067C; }
a { background-color: rgb(85,6,124); }
div.DivClassName
{
background-color: #55067C;
}
.BgClassName
{
background-color: #55067C;
}
</style>
border-color css
<style>
span { border-color: #55067C; }
span { border-color: rgb(85,6,124); }
td.TdClassName
{
border-color: #55067C;
}
.TagClassName
{
border-color: #55067C;
}
</style>