Shades of Indigo #53139A
Tints of Indigo #53139A
RGB
CMYK
RGB Variations
Color information
#53139A (or 0x53139A) is known color: Indigo. HEX triplet: 53, 13 and 9A. RGB value is (83,19,154). Sum of RGB (Red+Green+Blue) = 83+19+154=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #53139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53139A is #ACEC65. Grayscale: #353535. Windows color (decimal): -11332710 or 10097491. OLE color: 10097491.
HSL color Cylindrical-coordinate representation of color #53139A: hue angle of 268.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53139A is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 19 | 154 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.40 |
| HSL | 268.44º | 0.78% | 0.34% | - |
| HSV(B) | 268.44º | 0.88% | 0.6% | - |
| XYZ | 9.63 | 4.64 | 30.96 | - |
| YUV | 53.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 154 | 0.46 | 0.88 | 0 | 0.40 | 268.44 | 0.78 | 0.34 |
| Hex | 53 | 13 | 9A | 2E | 58 | 0 | 28 | 10C | 4E | 22 |
| Octal | 123 | 23 | 232 | 56 | 130 | 0 | 50 | 414 | 116 | 42 |
| Binary | 1010011 | 10011 | 10011010 | 101110 | 1011000 | 0 | 101000 | 100001100 | 1001110 | 100010 |
Color Harmonies of #53139A
Complementary color
Monochromatic Colors of #53139A
Black with #53139A
Text Example
Text Example
White with #53139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53139A; }
p { color: rgb(83,19,154); }
H1.HeaderClassName
{
color: #53139A;
}
.AnyTagClassName
{
color: #53139A;
}
</style>
background-color css
<style>
a { background-color: #53139A; }
a { background-color: rgb(83,19,154); }
div.DivClassName
{
background-color: #53139A;
}
.BgClassName
{
background-color: #53139A;
}
</style>
border-color css
<style>
span { border-color: #53139A; }
span { border-color: rgb(83,19,154); }
td.TdClassName
{
border-color: #53139A;
}
.TagClassName
{
border-color: #53139A;
}
</style>