Shades of Indigo #53007D
Tints of Indigo #53007D
RGB
CMYK
RGB Variations
Color information
#53007D (or 0x53007D) is known color: Indigo. HEX triplet: 53, 00 and 7D. RGB value is (83,0,125). Sum of RGB (Red+Green+Blue) = 83+0+125=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #53007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53007D is #ACFF82. Grayscale: #262626. Windows color (decimal): -11337603 or 8192083. OLE color: 8192083.
HSL color Cylindrical-coordinate representation of color #53007D: hue angle of 279.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53007D is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 0 | 125 | - |
| CMYK | 0.34 | 1 | 0 | 0.51 |
| HSL | 279.84º | 1% | 0.25% | - |
| HSV(B) | 279.84º | 1% | 0.49% | - |
| XYZ | 7.27 | 3.32 | 19.66 | - |
| YUV | 39.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 125 | 0.34 | 1 | 0 | 0.51 | 279.84 | 1 | 0.25 |
| Hex | 53 | 0 | 7D | 22 | 64 | 0 | 33 | 118 | 64 | 19 |
| Octal | 123 | 0 | 175 | 42 | 144 | 0 | 63 | 430 | 144 | 31 |
| Binary | 1010011 | 0 | 1111101 | 100010 | 1100100 | 0 | 110011 | 100011000 | 1100100 | 11001 |
Color Harmonies of #53007D
Complementary color
Monochromatic Colors of #53007D
Black with #53007D
Text Example
Text Example
White with #53007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53007D; }
p { color: rgb(83,0,125); }
H1.HeaderClassName
{
color: #53007D;
}
.AnyTagClassName
{
color: #53007D;
}
</style>
background-color css
<style>
a { background-color: #53007D; }
a { background-color: rgb(83,0,125); }
div.DivClassName
{
background-color: #53007D;
}
.BgClassName
{
background-color: #53007D;
}
</style>
border-color css
<style>
span { border-color: #53007D; }
span { border-color: rgb(83,0,125); }
td.TdClassName
{
border-color: #53007D;
}
.TagClassName
{
border-color: #53007D;
}
</style>