Shades of Indigo #53048B
Tints of Indigo #53048B
RGB
CMYK
RGB Variations
Color information
#53048B (or 0x53048B) is known color: Indigo. HEX triplet: 53, 04 and 8B. RGB value is (83,4,139). Sum of RGB (Red+Green+Blue) = 83+4+139=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #53048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53048B is #ACFB74. Grayscale: #2A2A2A. Windows color (decimal): -11336565 or 9110611. OLE color: 9110611.
HSL color Cylindrical-coordinate representation of color #53048B: hue angle of 275.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53048B is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 4 | 139 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.45 |
| HSL | 275.11º | 0.94% | 0.28% | - |
| HSV(B) | 275.11º | 0.97% | 0.55% | - |
| XYZ | 8.27 | 3.79 | 24.72 | - |
| YUV | 43.01 | 182.17 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 139 | 0.40 | 0.97 | 0 | 0.45 | 275.11 | 0.94 | 0.28 |
| Hex | 53 | 4 | 8B | 28 | 61 | 0 | 2D | 113 | 5E | 1C |
| Octal | 123 | 4 | 213 | 50 | 141 | 0 | 55 | 423 | 136 | 34 |
| Binary | 1010011 | 100 | 10001011 | 101000 | 1100001 | 0 | 101101 | 100010011 | 1011110 | 11100 |
Color Harmonies of #53048B
Complementary color
Monochromatic Colors of #53048B
Black with #53048B
Text Example
Text Example
White with #53048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53048B; }
p { color: rgb(83,4,139); }
H1.HeaderClassName
{
color: #53048B;
}
.AnyTagClassName
{
color: #53048B;
}
</style>
background-color css
<style>
a { background-color: #53048B; }
a { background-color: rgb(83,4,139); }
div.DivClassName
{
background-color: #53048B;
}
.BgClassName
{
background-color: #53048B;
}
</style>
border-color css
<style>
span { border-color: #53048B; }
span { border-color: rgb(83,4,139); }
td.TdClassName
{
border-color: #53048B;
}
.TagClassName
{
border-color: #53048B;
}
</style>