Shades of Indigo #55067B
Tints of Indigo #55067B
RGB
CMYK
RGB Variations
Color information
#55067B (or 0x55067B) is known color: Indigo. HEX triplet: 55, 06 and 7B. RGB value is (85,6,123). Sum of RGB (Red+Green+Blue) = 85+6+123=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #55067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55067B is #AAF984. Grayscale: #2A2A2A. Windows color (decimal): -11204997 or 8062549. OLE color: 8062549.
HSL color Cylindrical-coordinate representation of color #55067B: hue angle of 280.51º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55067B is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 6 | 123 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.52 |
| HSL | 280.51º | 0.91% | 0.25% | - |
| HSV(B) | 280.51º | 0.95% | 0.48% | - |
| XYZ | 7.39 | 3.49 | 19.02 | - |
| YUV | 42.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 123 | 0.31 | 0.95 | 0 | 0.52 | 280.51 | 0.91 | 0.25 |
| Hex | 55 | 6 | 7B | 1F | 5F | 0 | 34 | 119 | 5B | 19 |
| Octal | 125 | 6 | 173 | 37 | 137 | 0 | 64 | 431 | 133 | 31 |
| Binary | 1010101 | 110 | 1111011 | 11111 | 1011111 | 0 | 110100 | 100011001 | 1011011 | 11001 |
Color Harmonies of #55067B
Complementary color
Monochromatic Colors of #55067B
Black with #55067B
Text Example
Text Example
White with #55067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55067B; }
p { color: rgb(85,6,123); }
H1.HeaderClassName
{
color: #55067B;
}
.AnyTagClassName
{
color: #55067B;
}
</style>
background-color css
<style>
a { background-color: #55067B; }
a { background-color: rgb(85,6,123); }
div.DivClassName
{
background-color: #55067B;
}
.BgClassName
{
background-color: #55067B;
}
</style>
border-color css
<style>
span { border-color: #55067B; }
span { border-color: rgb(85,6,123); }
td.TdClassName
{
border-color: #55067B;
}
.TagClassName
{
border-color: #55067B;
}
</style>