Shades of Indigo #53076F
Tints of Indigo #53076F
RGB
CMYK
RGB Variations
Color information
#53076F (or 0x53076F) is known color: Indigo. HEX triplet: 53, 07 and 6F. RGB value is (83,7,111). Sum of RGB (Red+Green+Blue) = 83+7+111=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #53076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53076F is #ACF890. Grayscale: #292929. Windows color (decimal): -11335825 or 7276371. OLE color: 7276371.
HSL color Cylindrical-coordinate representation of color #53076F: hue angle of 283.85º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53076F is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 7 | 111 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.56 |
| HSL | 283.85º | 0.88% | 0.23% | - |
| HSV(B) | 283.85º | 0.94% | 0.44% | - |
| XYZ | 6.51 | 3.14 | 15.3 | - |
| YUV | 41.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 111 | 0.25 | 0.94 | 0 | 0.56 | 283.85 | 0.88 | 0.23 |
| Hex | 53 | 7 | 6F | 19 | 5E | 0 | 38 | 11C | 58 | 17 |
| Octal | 123 | 7 | 157 | 31 | 136 | 0 | 70 | 434 | 130 | 27 |
| Binary | 1010011 | 111 | 1101111 | 11001 | 1011110 | 0 | 111000 | 100011100 | 1011000 | 10111 |
Color Harmonies of #53076F
Complementary color
Monochromatic Colors of #53076F
Black with #53076F
Text Example
Text Example
White with #53076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53076F; }
p { color: rgb(83,7,111); }
H1.HeaderClassName
{
color: #53076F;
}
.AnyTagClassName
{
color: #53076F;
}
</style>
background-color css
<style>
a { background-color: #53076F; }
a { background-color: rgb(83,7,111); }
div.DivClassName
{
background-color: #53076F;
}
.BgClassName
{
background-color: #53076F;
}
</style>
border-color css
<style>
span { border-color: #53076F; }
span { border-color: rgb(83,7,111); }
td.TdClassName
{
border-color: #53076F;
}
.TagClassName
{
border-color: #53076F;
}
</style>