Shades of Indigo #55018C
Tints of Indigo #55018C
RGB
CMYK
RGB Variations
Color information
#55018C (or 0x55018C) is known color: Indigo. HEX triplet: 55, 01 and 8C. RGB value is (85,1,140). Sum of RGB (Red+Green+Blue) = 85+1+140=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #55018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55018C is #AAFE73. Grayscale: #292929. Windows color (decimal): -11206260 or 9175381. OLE color: 9175381.
HSL color Cylindrical-coordinate representation of color #55018C: hue angle of 276.26º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55018C is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 1 | 140 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.45 |
| HSL | 276.26º | 0.99% | 0.28% | - |
| HSV(B) | 276.26º | 0.99% | 0.55% | - |
| XYZ | 8.49 | 3.85 | 25.11 | - |
| YUV | 41.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 140 | 0.39 | 0.99 | 0 | 0.45 | 276.26 | 0.99 | 0.28 |
| Hex | 55 | 1 | 8C | 27 | 63 | 0 | 2D | 114 | 63 | 1C |
| Octal | 125 | 1 | 214 | 47 | 143 | 0 | 55 | 424 | 143 | 34 |
| Binary | 1010101 | 1 | 10001100 | 100111 | 1100011 | 0 | 101101 | 100010100 | 1100011 | 11100 |
Color Harmonies of #55018C
Complementary color
Monochromatic Colors of #55018C
Black with #55018C
Text Example
Text Example
White with #55018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55018C; }
p { color: rgb(85,1,140); }
H1.HeaderClassName
{
color: #55018C;
}
.AnyTagClassName
{
color: #55018C;
}
</style>
background-color css
<style>
a { background-color: #55018C; }
a { background-color: rgb(85,1,140); }
div.DivClassName
{
background-color: #55018C;
}
.BgClassName
{
background-color: #55018C;
}
</style>
border-color css
<style>
span { border-color: #55018C; }
span { border-color: rgb(85,1,140); }
td.TdClassName
{
border-color: #55018C;
}
.TagClassName
{
border-color: #55018C;
}
</style>