Shades of Indigo #53088D
Tints of Indigo #53088D
RGB
CMYK
RGB Variations
Color information
#53088D (or 0x53088D) is known color: Indigo. HEX triplet: 53, 08 and 8D. RGB value is (83,8,141). Sum of RGB (Red+Green+Blue) = 83+8+141=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #53088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53088D is #ACF772. Grayscale: #2D2D2D. Windows color (decimal): -11335539 or 9242707. OLE color: 9242707.
HSL color Cylindrical-coordinate representation of color #53088D: hue angle of 273.83º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53088D is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 8 | 141 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.45 |
| HSL | 273.83º | 0.89% | 0.29% | - |
| HSV(B) | 273.83º | 0.94% | 0.55% | - |
| XYZ | 8.46 | 3.94 | 25.51 | - |
| YUV | 45.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 141 | 0.41 | 0.94 | 0 | 0.45 | 273.83 | 0.89 | 0.29 |
| Hex | 53 | 8 | 8D | 29 | 5E | 0 | 2D | 112 | 59 | 1D |
| Octal | 123 | 10 | 215 | 51 | 136 | 0 | 55 | 422 | 131 | 35 |
| Binary | 1010011 | 1000 | 10001101 | 101001 | 1011110 | 0 | 101101 | 100010010 | 1011001 | 11101 |
Color Harmonies of #53088D
Complementary color
Monochromatic Colors of #53088D
Black with #53088D
Text Example
Text Example
White with #53088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53088D; }
p { color: rgb(83,8,141); }
H1.HeaderClassName
{
color: #53088D;
}
.AnyTagClassName
{
color: #53088D;
}
</style>
background-color css
<style>
a { background-color: #53088D; }
a { background-color: rgb(83,8,141); }
div.DivClassName
{
background-color: #53088D;
}
.BgClassName
{
background-color: #53088D;
}
</style>
border-color css
<style>
span { border-color: #53088D; }
span { border-color: rgb(83,8,141); }
td.TdClassName
{
border-color: #53088D;
}
.TagClassName
{
border-color: #53088D;
}
</style>