Shades of Indigo #530063
Tints of Indigo #530063
RGB
CMYK
RGB Variations
Color information
#530063 (or 0x530063) is known color: Indigo. HEX triplet: 53, 00 and 63. RGB value is (83,0,99). Sum of RGB (Red+Green+Blue) = 83+0+99=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #530063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530063 is #ACFF9C. Grayscale: #232323. Windows color (decimal): -11337629 or 6488147. OLE color: 6488147.
HSL color Cylindrical-coordinate representation of color #530063: hue angle of 290.3º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530063 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 0 | 99 | - |
| CMYK | 0.16 | 1 | 0 | 0.61 |
| HSL | 290.3º | 1% | 0.19% | - |
| HSV(B) | 290.3º | 1% | 0.39% | - |
| XYZ | 5.82 | 2.74 | 12.03 | - |
| YUV | 36.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 99 | 0.16 | 1 | 0 | 0.61 | 290.3 | 1 | 0.19 |
| Hex | 53 | 0 | 63 | 10 | 64 | 0 | 3D | 122 | 64 | 13 |
| Octal | 123 | 0 | 143 | 20 | 144 | 0 | 75 | 442 | 144 | 23 |
| Binary | 1010011 | 0 | 1100011 | 10000 | 1100100 | 0 | 111101 | 100100010 | 1100100 | 10011 |
Color Harmonies of #530063
Complementary color
Monochromatic Colors of #530063
Black with #530063
Text Example
Text Example
White with #530063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530063; }
p { color: rgb(83,0,99); }
H1.HeaderClassName
{
color: #530063;
}
.AnyTagClassName
{
color: #530063;
}
</style>
background-color css
<style>
a { background-color: #530063; }
a { background-color: rgb(83,0,99); }
div.DivClassName
{
background-color: #530063;
}
.BgClassName
{
background-color: #530063;
}
</style>
border-color css
<style>
span { border-color: #530063; }
span { border-color: rgb(83,0,99); }
td.TdClassName
{
border-color: #530063;
}
.TagClassName
{
border-color: #530063;
}
</style>