Shades of Indigo #53027A
Tints of Indigo #53027A
RGB
CMYK
RGB Variations
Color information
#53027A (or 0x53027A) is known color: Indigo. HEX triplet: 53, 02 and 7A. RGB value is (83,2,122). Sum of RGB (Red+Green+Blue) = 83+2+122=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #53027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53027A is #ACFD85. Grayscale: #272727. Windows color (decimal): -11337094 or 7995987. OLE color: 7995987.
HSL color Cylindrical-coordinate representation of color #53027A: hue angle of 280.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53027A is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 2 | 122 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.52 |
| HSL | 280.5º | 0.97% | 0.24% | - |
| HSV(B) | 280.5º | 0.98% | 0.48% | - |
| XYZ | 7.1 | 3.29 | 18.67 | - |
| YUV | 39.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 122 | 0.32 | 0.98 | 0 | 0.52 | 280.5 | 0.97 | 0.24 |
| Hex | 53 | 2 | 7A | 20 | 62 | 0 | 34 | 118 | 61 | 18 |
| Octal | 123 | 2 | 172 | 40 | 142 | 0 | 64 | 430 | 141 | 30 |
| Binary | 1010011 | 10 | 1111010 | 100000 | 1100010 | 0 | 110100 | 100011000 | 1100001 | 11000 |
Color Harmonies of #53027A
Complementary color
Monochromatic Colors of #53027A
Black with #53027A
Text Example
Text Example
White with #53027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53027A; }
p { color: rgb(83,2,122); }
H1.HeaderClassName
{
color: #53027A;
}
.AnyTagClassName
{
color: #53027A;
}
</style>
background-color css
<style>
a { background-color: #53027A; }
a { background-color: rgb(83,2,122); }
div.DivClassName
{
background-color: #53027A;
}
.BgClassName
{
background-color: #53027A;
}
</style>
border-color css
<style>
span { border-color: #53027A; }
span { border-color: rgb(83,2,122); }
td.TdClassName
{
border-color: #53027A;
}
.TagClassName
{
border-color: #53027A;
}
</style>