Shades of Indigo #53026C
Tints of Indigo #53026C
RGB
CMYK
RGB Variations
Color information
#53026C (or 0x53026C) is known color: Indigo. HEX triplet: 53, 02 and 6C. RGB value is (83,2,108). Sum of RGB (Red+Green+Blue) = 83+2+108=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #53026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53026C is #ACFD93. Grayscale: #252525. Windows color (decimal): -11337108 or 7078483. OLE color: 7078483.
HSL color Cylindrical-coordinate representation of color #53026C: hue angle of 285.85º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53026C is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 2 | 108 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.58 |
| HSL | 285.85º | 0.96% | 0.22% | - |
| HSV(B) | 285.85º | 0.98% | 0.42% | - |
| XYZ | 6.3 | 2.97 | 14.43 | - |
| YUV | 38.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 108 | 0.23 | 0.98 | 0 | 0.58 | 285.85 | 0.96 | 0.22 |
| Hex | 53 | 2 | 6C | 17 | 62 | 0 | 3A | 11E | 60 | 16 |
| Octal | 123 | 2 | 154 | 27 | 142 | 0 | 72 | 436 | 140 | 26 |
| Binary | 1010011 | 10 | 1101100 | 10111 | 1100010 | 0 | 111010 | 100011110 | 1100000 | 10110 |
Color Harmonies of #53026C
Complementary color
Monochromatic Colors of #53026C
Black with #53026C
Text Example
Text Example
White with #53026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53026C; }
p { color: rgb(83,2,108); }
H1.HeaderClassName
{
color: #53026C;
}
.AnyTagClassName
{
color: #53026C;
}
</style>
background-color css
<style>
a { background-color: #53026C; }
a { background-color: rgb(83,2,108); }
div.DivClassName
{
background-color: #53026C;
}
.BgClassName
{
background-color: #53026C;
}
</style>
border-color css
<style>
span { border-color: #53026C; }
span { border-color: rgb(83,2,108); }
td.TdClassName
{
border-color: #53026C;
}
.TagClassName
{
border-color: #53026C;
}
</style>