Shades of Indigo #55028A
Tints of Indigo #55028A
RGB
CMYK
RGB Variations
Color information
#55028A (or 0x55028A) is known color: Indigo. HEX triplet: 55, 02 and 8A. RGB value is (85,2,138). Sum of RGB (Red+Green+Blue) = 85+2+138=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #55028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55028A is #AAFD75. Grayscale: #292929. Windows color (decimal): -11206006 or 9044565. OLE color: 9044565.
HSL color Cylindrical-coordinate representation of color #55028A: hue angle of 276.62º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55028A is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 2 | 138 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.46 |
| HSL | 276.62º | 0.97% | 0.27% | - |
| HSV(B) | 276.62º | 0.99% | 0.54% | - |
| XYZ | 8.36 | 3.81 | 24.34 | - |
| YUV | 42.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 138 | 0.38 | 0.99 | 0 | 0.46 | 276.62 | 0.97 | 0.27 |
| Hex | 55 | 2 | 8A | 26 | 63 | 0 | 2E | 115 | 61 | 1B |
| Octal | 125 | 2 | 212 | 46 | 143 | 0 | 56 | 425 | 141 | 33 |
| Binary | 1010101 | 10 | 10001010 | 100110 | 1100011 | 0 | 101110 | 100010101 | 1100001 | 11011 |
Color Harmonies of #55028A
Complementary color
Monochromatic Colors of #55028A
Black with #55028A
Text Example
Text Example
White with #55028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55028A; }
p { color: rgb(85,2,138); }
H1.HeaderClassName
{
color: #55028A;
}
.AnyTagClassName
{
color: #55028A;
}
</style>
background-color css
<style>
a { background-color: #55028A; }
a { background-color: rgb(85,2,138); }
div.DivClassName
{
background-color: #55028A;
}
.BgClassName
{
background-color: #55028A;
}
</style>
border-color css
<style>
span { border-color: #55028A; }
span { border-color: rgb(85,2,138); }
td.TdClassName
{
border-color: #55028A;
}
.TagClassName
{
border-color: #55028A;
}
</style>