Shades of Indigo #53008F
Tints of Indigo #53008F
RGB
CMYK
RGB Variations
Color information
#53008F (or 0x53008F) is known color: Indigo. HEX triplet: 53, 00 and 8F. RGB value is (83,0,143). Sum of RGB (Red+Green+Blue) = 83+0+143=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #53008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53008F is #ACFF70. Grayscale: #282828. Windows color (decimal): -11337585 or 9371731. OLE color: 9371731.
HSL color Cylindrical-coordinate representation of color #53008F: hue angle of 274.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53008F is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 0 | 143 | - |
| CMYK | 0.42 | 1 | 0 | 0.44 |
| HSL | 274.83º | 1% | 0.28% | - |
| HSV(B) | 274.83º | 1% | 0.56% | - |
| XYZ | 8.53 | 3.82 | 26.28 | - |
| YUV | 41.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 143 | 0.42 | 1 | 0 | 0.44 | 274.83 | 1 | 0.28 |
| Hex | 53 | 0 | 8F | 2A | 64 | 0 | 2C | 113 | 64 | 1C |
| Octal | 123 | 0 | 217 | 52 | 144 | 0 | 54 | 423 | 144 | 34 |
| Binary | 1010011 | 0 | 10001111 | 101010 | 1100100 | 0 | 101100 | 100010011 | 1100100 | 11100 |
Color Harmonies of #53008F
Complementary color
Monochromatic Colors of #53008F
Black with #53008F
Text Example
Text Example
White with #53008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53008F; }
p { color: rgb(83,0,143); }
H1.HeaderClassName
{
color: #53008F;
}
.AnyTagClassName
{
color: #53008F;
}
</style>
background-color css
<style>
a { background-color: #53008F; }
a { background-color: rgb(83,0,143); }
div.DivClassName
{
background-color: #53008F;
}
.BgClassName
{
background-color: #53008F;
}
</style>
border-color css
<style>
span { border-color: #53008F; }
span { border-color: rgb(83,0,143); }
td.TdClassName
{
border-color: #53008F;
}
.TagClassName
{
border-color: #53008F;
}
</style>