Shades of Indigo #55068B
Tints of Indigo #55068B
RGB
CMYK
RGB Variations
Color information
#55068B (or 0x55068B) is known color: Indigo. HEX triplet: 55, 06 and 8B. RGB value is (85,6,139). Sum of RGB (Red+Green+Blue) = 85+6+139=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #55068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55068B is #AAF974. Grayscale: #2C2C2C. Windows color (decimal): -11204981 or 9111125. OLE color: 9111125.
HSL color Cylindrical-coordinate representation of color #55068B: hue angle of 275.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55068B is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 6 | 139 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.45 |
| HSL | 275.64º | 0.92% | 0.28% | - |
| HSV(B) | 275.64º | 0.96% | 0.55% | - |
| XYZ | 8.47 | 3.93 | 24.74 | - |
| YUV | 44.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 139 | 0.39 | 0.96 | 0 | 0.45 | 275.64 | 0.92 | 0.28 |
| Hex | 55 | 6 | 8B | 27 | 60 | 0 | 2D | 114 | 5C | 1C |
| Octal | 125 | 6 | 213 | 47 | 140 | 0 | 55 | 424 | 134 | 34 |
| Binary | 1010101 | 110 | 10001011 | 100111 | 1100000 | 0 | 101101 | 100010100 | 1011100 | 11100 |
Color Harmonies of #55068B
Complementary color
Monochromatic Colors of #55068B
Black with #55068B
Text Example
Text Example
White with #55068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55068B; }
p { color: rgb(85,6,139); }
H1.HeaderClassName
{
color: #55068B;
}
.AnyTagClassName
{
color: #55068B;
}
</style>
background-color css
<style>
a { background-color: #55068B; }
a { background-color: rgb(85,6,139); }
div.DivClassName
{
background-color: #55068B;
}
.BgClassName
{
background-color: #55068B;
}
</style>
border-color css
<style>
span { border-color: #55068B; }
span { border-color: rgb(85,6,139); }
td.TdClassName
{
border-color: #55068B;
}
.TagClassName
{
border-color: #55068B;
}
</style>