Shades of Indigo #53146C
Tints of Indigo #53146C
RGB
CMYK
RGB Variations
Color information
#53146C (or 0x53146C) is known color: Indigo. HEX triplet: 53, 14 and 6C. RGB value is (83,20,108). Sum of RGB (Red+Green+Blue) = 83+20+108=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #53146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53146C is #ACEB93. Grayscale: #303030. Windows color (decimal): -11332500 or 7083091. OLE color: 7083091.
HSL color Cylindrical-coordinate representation of color #53146C: hue angle of 282.95º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53146C is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 20 | 108 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.58 |
| HSL | 282.95º | 0.69% | 0.25% | - |
| HSV(B) | 282.95º | 0.81% | 0.42% | - |
| XYZ | 6.52 | 3.42 | 14.5 | - |
| YUV | 48.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 108 | 0.23 | 0.81 | 0 | 0.58 | 282.95 | 0.69 | 0.25 |
| Hex | 53 | 14 | 6C | 17 | 51 | 0 | 3A | 11B | 45 | 19 |
| Octal | 123 | 24 | 154 | 27 | 121 | 0 | 72 | 433 | 105 | 31 |
| Binary | 1010011 | 10100 | 1101100 | 10111 | 1010001 | 0 | 111010 | 100011011 | 1000101 | 11001 |
Color Harmonies of #53146C
Complementary color
Monochromatic Colors of #53146C
Black with #53146C
Text Example
Text Example
White with #53146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53146C; }
p { color: rgb(83,20,108); }
H1.HeaderClassName
{
color: #53146C;
}
.AnyTagClassName
{
color: #53146C;
}
</style>
background-color css
<style>
a { background-color: #53146C; }
a { background-color: rgb(83,20,108); }
div.DivClassName
{
background-color: #53146C;
}
.BgClassName
{
background-color: #53146C;
}
</style>
border-color css
<style>
span { border-color: #53146C; }
span { border-color: rgb(83,20,108); }
td.TdClassName
{
border-color: #53146C;
}
.TagClassName
{
border-color: #53146C;
}
</style>