Shades of Indigo #530060
Tints of Indigo #530060
RGB
CMYK
RGB Variations
Color information
#530060 (or 0x530060) is known color: Indigo. HEX triplet: 53, 00 and 60. RGB value is (83,0,96). Sum of RGB (Red+Green+Blue) = 83+0+96=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #530060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530060 is #ACFF9F. Grayscale: #232323. Windows color (decimal): -11337632 or 6291539. OLE color: 6291539.
HSL color Cylindrical-coordinate representation of color #530060: hue angle of 291.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530060 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 0 | 96 | - |
| CMYK | 0.14 | 1 | 0 | 0.62 |
| HSL | 291.88º | 1% | 0.19% | - |
| HSV(B) | 291.88º | 1% | 0.38% | - |
| XYZ | 5.68 | 2.68 | 11.29 | - |
| YUV | 35.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 96 | 0.14 | 1 | 0 | 0.62 | 291.88 | 1 | 0.19 |
| Hex | 53 | 0 | 60 | E | 64 | 0 | 3E | 124 | 64 | 13 |
| Octal | 123 | 0 | 140 | 16 | 144 | 0 | 76 | 444 | 144 | 23 |
| Binary | 1010011 | 0 | 1100000 | 1110 | 1100100 | 0 | 111110 | 100100100 | 1100100 | 10011 |
Color Harmonies of #530060
Complementary color
Monochromatic Colors of #530060
Black with #530060
Text Example
Text Example
White with #530060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530060; }
p { color: rgb(83,0,96); }
H1.HeaderClassName
{
color: #530060;
}
.AnyTagClassName
{
color: #530060;
}
</style>
background-color css
<style>
a { background-color: #530060; }
a { background-color: rgb(83,0,96); }
div.DivClassName
{
background-color: #530060;
}
.BgClassName
{
background-color: #530060;
}
</style>
border-color css
<style>
span { border-color: #530060; }
span { border-color: rgb(83,0,96); }
td.TdClassName
{
border-color: #530060;
}
.TagClassName
{
border-color: #530060;
}
</style>