Shades of Indigo #530573
Tints of Indigo #530573
RGB
CMYK
RGB Variations
Color information
#530573 (or 0x530573) is known color: Indigo. HEX triplet: 53, 05 and 73. RGB value is (83,5,115). Sum of RGB (Red+Green+Blue) = 83+5+115=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #530573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530573 is #ACFA8C. Grayscale: #282828. Windows color (decimal): -11336333 or 7538003. OLE color: 7538003.
HSL color Cylindrical-coordinate representation of color #530573: hue angle of 282.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530573 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 5 | 115 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.55 |
| HSL | 282.55º | 0.92% | 0.24% | - |
| HSV(B) | 282.55º | 0.96% | 0.45% | - |
| XYZ | 6.72 | 3.19 | 16.48 | - |
| YUV | 40.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 115 | 0.28 | 0.96 | 0 | 0.55 | 282.55 | 0.92 | 0.24 |
| Hex | 53 | 5 | 73 | 1C | 60 | 0 | 37 | 11B | 5C | 18 |
| Octal | 123 | 5 | 163 | 34 | 140 | 0 | 67 | 433 | 134 | 30 |
| Binary | 1010011 | 101 | 1110011 | 11100 | 1100000 | 0 | 110111 | 100011011 | 1011100 | 11000 |
Color Harmonies of #530573
Complementary color
Monochromatic Colors of #530573
Black with #530573
Text Example
Text Example
White with #530573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530573; }
p { color: rgb(83,5,115); }
H1.HeaderClassName
{
color: #530573;
}
.AnyTagClassName
{
color: #530573;
}
</style>
background-color css
<style>
a { background-color: #530573; }
a { background-color: rgb(83,5,115); }
div.DivClassName
{
background-color: #530573;
}
.BgClassName
{
background-color: #530573;
}
</style>
border-color css
<style>
span { border-color: #530573; }
span { border-color: rgb(83,5,115); }
td.TdClassName
{
border-color: #530573;
}
.TagClassName
{
border-color: #530573;
}
</style>