Shades of Indigo #53027F
Tints of Indigo #53027F
RGB
CMYK
RGB Variations
Color information
#53027F (or 0x53027F) is known color: Indigo. HEX triplet: 53, 02 and 7F. RGB value is (83,2,127). Sum of RGB (Red+Green+Blue) = 83+2+127=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #53027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53027F is #ACFD80. Grayscale: #282828. Windows color (decimal): -11337089 or 8323667. OLE color: 8323667.
HSL color Cylindrical-coordinate representation of color #53027F: hue angle of 278.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53027F is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 2 | 127 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.50 |
| HSL | 278.88º | 0.97% | 0.25% | - |
| HSV(B) | 278.88º | 0.98% | 0.5% | - |
| XYZ | 7.42 | 3.41 | 20.35 | - |
| YUV | 40.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 127 | 0.35 | 0.98 | 0 | 0.50 | 278.88 | 0.97 | 0.25 |
| Hex | 53 | 2 | 7F | 23 | 62 | 0 | 32 | 117 | 61 | 19 |
| Octal | 123 | 2 | 177 | 43 | 142 | 0 | 62 | 427 | 141 | 31 |
| Binary | 1010011 | 10 | 1111111 | 100011 | 1100010 | 0 | 110010 | 100010111 | 1100001 | 11001 |
Color Harmonies of #53027F
Complementary color
Monochromatic Colors of #53027F
Black with #53027F
Text Example
Text Example
White with #53027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53027F; }
p { color: rgb(83,2,127); }
H1.HeaderClassName
{
color: #53027F;
}
.AnyTagClassName
{
color: #53027F;
}
</style>
background-color css
<style>
a { background-color: #53027F; }
a { background-color: rgb(83,2,127); }
div.DivClassName
{
background-color: #53027F;
}
.BgClassName
{
background-color: #53027F;
}
</style>
border-color css
<style>
span { border-color: #53027F; }
span { border-color: rgb(83,2,127); }
td.TdClassName
{
border-color: #53027F;
}
.TagClassName
{
border-color: #53027F;
}
</style>