Shades of Indigo #53018F
Tints of Indigo #53018F
RGB
CMYK
RGB Variations
Color information
#53018F (or 0x53018F) is known color: Indigo. HEX triplet: 53, 01 and 8F. RGB value is (83,1,143). Sum of RGB (Red+Green+Blue) = 83+1+143=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #53018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53018F is #ACFE70. Grayscale: #292929. Windows color (decimal): -11337329 or 9371987. OLE color: 9371987.
HSL color Cylindrical-coordinate representation of color #53018F: hue angle of 274.65º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53018F is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 1 | 143 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.44 |
| HSL | 274.65º | 0.99% | 0.28% | - |
| HSV(B) | 274.65º | 0.99% | 0.56% | - |
| XYZ | 8.54 | 3.84 | 26.28 | - |
| YUV | 41.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 143 | 0.42 | 0.99 | 0 | 0.44 | 274.65 | 0.99 | 0.28 |
| Hex | 53 | 1 | 8F | 2A | 63 | 0 | 2C | 113 | 63 | 1C |
| Octal | 123 | 1 | 217 | 52 | 143 | 0 | 54 | 423 | 143 | 34 |
| Binary | 1010011 | 1 | 10001111 | 101010 | 1100011 | 0 | 101100 | 100010011 | 1100011 | 11100 |
Color Harmonies of #53018F
Complementary color
Monochromatic Colors of #53018F
Black with #53018F
Text Example
Text Example
White with #53018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53018F; }
p { color: rgb(83,1,143); }
H1.HeaderClassName
{
color: #53018F;
}
.AnyTagClassName
{
color: #53018F;
}
</style>
background-color css
<style>
a { background-color: #53018F; }
a { background-color: rgb(83,1,143); }
div.DivClassName
{
background-color: #53018F;
}
.BgClassName
{
background-color: #53018F;
}
</style>
border-color css
<style>
span { border-color: #53018F; }
span { border-color: rgb(83,1,143); }
td.TdClassName
{
border-color: #53018F;
}
.TagClassName
{
border-color: #53018F;
}
</style>