Shades of Indigo #53029B
Tints of Indigo #53029B
RGB
CMYK
RGB Variations
Color information
#53029B (or 0x53029B) is known color: Indigo. HEX triplet: 53, 02 and 9B. RGB value is (83,2,155). Sum of RGB (Red+Green+Blue) = 83+2+155=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #53029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53029B is #ACFD64. Grayscale: #2B2B2B. Windows color (decimal): -11337061 or 10158675. OLE color: 10158675.
HSL color Cylindrical-coordinate representation of color #53029B: hue angle of 271.76º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53029B is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 2 | 155 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.39 |
| HSL | 271.76º | 0.97% | 0.31% | - |
| HSV(B) | 271.76º | 0.99% | 0.61% | - |
| XYZ | 9.51 | 4.25 | 31.33 | - |
| YUV | 43.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 155 | 0.46 | 0.99 | 0 | 0.39 | 271.76 | 0.97 | 0.31 |
| Hex | 53 | 2 | 9B | 2E | 63 | 0 | 27 | 110 | 61 | 1F |
| Octal | 123 | 2 | 233 | 56 | 143 | 0 | 47 | 420 | 141 | 37 |
| Binary | 1010011 | 10 | 10011011 | 101110 | 1100011 | 0 | 100111 | 100010000 | 1100001 | 11111 |
Color Harmonies of #53029B
Complementary color
Monochromatic Colors of #53029B
Black with #53029B
Text Example
Text Example
White with #53029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53029B; }
p { color: rgb(83,2,155); }
H1.HeaderClassName
{
color: #53029B;
}
.AnyTagClassName
{
color: #53029B;
}
</style>
background-color css
<style>
a { background-color: #53029B; }
a { background-color: rgb(83,2,155); }
div.DivClassName
{
background-color: #53029B;
}
.BgClassName
{
background-color: #53029B;
}
</style>
border-color css
<style>
span { border-color: #53029B; }
span { border-color: rgb(83,2,155); }
td.TdClassName
{
border-color: #53029B;
}
.TagClassName
{
border-color: #53029B;
}
</style>