Shades of Indigo #53026D
Tints of Indigo #53026D
RGB
CMYK
RGB Variations
Color information
#53026D (or 0x53026D) is known color: Indigo. HEX triplet: 53, 02 and 6D. RGB value is (83,2,109). Sum of RGB (Red+Green+Blue) = 83+2+109=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #53026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53026D is #ACFD92. Grayscale: #262626. Windows color (decimal): -11337107 or 7144019. OLE color: 7144019.
HSL color Cylindrical-coordinate representation of color #53026D: hue angle of 285.42º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53026D is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 2 | 109 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.57 |
| HSL | 285.42º | 0.96% | 0.22% | - |
| HSV(B) | 285.42º | 0.98% | 0.43% | - |
| XYZ | 6.35 | 2.99 | 14.71 | - |
| YUV | 38.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 109 | 0.24 | 0.98 | 0 | 0.57 | 285.42 | 0.96 | 0.22 |
| Hex | 53 | 2 | 6D | 18 | 62 | 0 | 39 | 11D | 60 | 16 |
| Octal | 123 | 2 | 155 | 30 | 142 | 0 | 71 | 435 | 140 | 26 |
| Binary | 1010011 | 10 | 1101101 | 11000 | 1100010 | 0 | 111001 | 100011101 | 1100000 | 10110 |
Color Harmonies of #53026D
Complementary color
Monochromatic Colors of #53026D
Black with #53026D
Text Example
Text Example
White with #53026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53026D; }
p { color: rgb(83,2,109); }
H1.HeaderClassName
{
color: #53026D;
}
.AnyTagClassName
{
color: #53026D;
}
</style>
background-color css
<style>
a { background-color: #53026D; }
a { background-color: rgb(83,2,109); }
div.DivClassName
{
background-color: #53026D;
}
.BgClassName
{
background-color: #53026D;
}
</style>
border-color css
<style>
span { border-color: #53026D; }
span { border-color: rgb(83,2,109); }
td.TdClassName
{
border-color: #53026D;
}
.TagClassName
{
border-color: #53026D;
}
</style>