Shades of Indigo #53157D
Tints of Indigo #53157D
RGB
CMYK
RGB Variations
Color information
#53157D (or 0x53157D) is known color: Indigo. HEX triplet: 53, 15 and 7D. RGB value is (83,21,125). Sum of RGB (Red+Green+Blue) = 83+21+125=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #53157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53157D is #ACEA82. Grayscale: #333333. Windows color (decimal): -11332227 or 8197459. OLE color: 8197459.
HSL color Cylindrical-coordinate representation of color #53157D: hue angle of 275.77º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53157D is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 21 | 125 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.51 |
| HSL | 275.77º | 0.71% | 0.29% | - |
| HSV(B) | 275.77º | 0.83% | 0.49% | - |
| XYZ | 7.54 | 3.86 | 19.75 | - |
| YUV | 51.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 125 | 0.34 | 0.83 | 0 | 0.51 | 275.77 | 0.71 | 0.29 |
| Hex | 53 | 15 | 7D | 22 | 53 | 0 | 33 | 114 | 47 | 1D |
| Octal | 123 | 25 | 175 | 42 | 123 | 0 | 63 | 424 | 107 | 35 |
| Binary | 1010011 | 10101 | 1111101 | 100010 | 1010011 | 0 | 110011 | 100010100 | 1000111 | 11101 |
Color Harmonies of #53157D
Complementary color
Monochromatic Colors of #53157D
Black with #53157D
Text Example
Text Example
White with #53157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53157D; }
p { color: rgb(83,21,125); }
H1.HeaderClassName
{
color: #53157D;
}
.AnyTagClassName
{
color: #53157D;
}
</style>
background-color css
<style>
a { background-color: #53157D; }
a { background-color: rgb(83,21,125); }
div.DivClassName
{
background-color: #53157D;
}
.BgClassName
{
background-color: #53157D;
}
</style>
border-color css
<style>
span { border-color: #53157D; }
span { border-color: rgb(83,21,125); }
td.TdClassName
{
border-color: #53157D;
}
.TagClassName
{
border-color: #53157D;
}
</style>