Shades of Indigo #53027B
Tints of Indigo #53027B
RGB
CMYK
RGB Variations
Color information
#53027B (or 0x53027B) is known color: Indigo. HEX triplet: 53, 02 and 7B. RGB value is (83,2,123). Sum of RGB (Red+Green+Blue) = 83+2+123=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #53027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53027B is #ACFD84. Grayscale: #272727. Windows color (decimal): -11337093 or 8061523. OLE color: 8061523.
HSL color Cylindrical-coordinate representation of color #53027B: hue angle of 280.17º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53027B is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 2 | 123 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.52 |
| HSL | 280.17º | 0.97% | 0.25% | - |
| HSV(B) | 280.17º | 0.98% | 0.48% | - |
| XYZ | 7.16 | 3.31 | 19 | - |
| YUV | 40.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 123 | 0.33 | 0.98 | 0 | 0.52 | 280.17 | 0.97 | 0.25 |
| Hex | 53 | 2 | 7B | 21 | 62 | 0 | 34 | 118 | 61 | 19 |
| Octal | 123 | 2 | 173 | 41 | 142 | 0 | 64 | 430 | 141 | 31 |
| Binary | 1010011 | 10 | 1111011 | 100001 | 1100010 | 0 | 110100 | 100011000 | 1100001 | 11001 |
Color Harmonies of #53027B
Complementary color
Monochromatic Colors of #53027B
Black with #53027B
Text Example
Text Example
White with #53027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53027B; }
p { color: rgb(83,2,123); }
H1.HeaderClassName
{
color: #53027B;
}
.AnyTagClassName
{
color: #53027B;
}
</style>
background-color css
<style>
a { background-color: #53027B; }
a { background-color: rgb(83,2,123); }
div.DivClassName
{
background-color: #53027B;
}
.BgClassName
{
background-color: #53027B;
}
</style>
border-color css
<style>
span { border-color: #53027B; }
span { border-color: rgb(83,2,123); }
td.TdClassName
{
border-color: #53027B;
}
.TagClassName
{
border-color: #53027B;
}
</style>