Shades of Indigo #53027E
Tints of Indigo #53027E
RGB
CMYK
RGB Variations
Color information
#53027E (or 0x53027E) is known color: Indigo. HEX triplet: 53, 02 and 7E. RGB value is (83,2,126). Sum of RGB (Red+Green+Blue) = 83+2+126=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #53027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53027E is #ACFD81. Grayscale: #272727. Windows color (decimal): -11337090 or 8258131. OLE color: 8258131.
HSL color Cylindrical-coordinate representation of color #53027E: hue angle of 279.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53027E is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 2 | 126 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.51 |
| HSL | 279.19º | 0.97% | 0.25% | - |
| HSV(B) | 279.19º | 0.98% | 0.49% | - |
| XYZ | 7.35 | 3.39 | 20.01 | - |
| YUV | 40.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 126 | 0.34 | 0.98 | 0 | 0.51 | 279.19 | 0.97 | 0.25 |
| Hex | 53 | 2 | 7E | 22 | 62 | 0 | 33 | 117 | 61 | 19 |
| Octal | 123 | 2 | 176 | 42 | 142 | 0 | 63 | 427 | 141 | 31 |
| Binary | 1010011 | 10 | 1111110 | 100010 | 1100010 | 0 | 110011 | 100010111 | 1100001 | 11001 |
Color Harmonies of #53027E
Complementary color
Monochromatic Colors of #53027E
Black with #53027E
Text Example
Text Example
White with #53027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53027E; }
p { color: rgb(83,2,126); }
H1.HeaderClassName
{
color: #53027E;
}
.AnyTagClassName
{
color: #53027E;
}
</style>
background-color css
<style>
a { background-color: #53027E; }
a { background-color: rgb(83,2,126); }
div.DivClassName
{
background-color: #53027E;
}
.BgClassName
{
background-color: #53027E;
}
</style>
border-color css
<style>
span { border-color: #53027E; }
span { border-color: rgb(83,2,126); }
td.TdClassName
{
border-color: #53027E;
}
.TagClassName
{
border-color: #53027E;
}
</style>