Shades of Indigo #530061
Tints of Indigo #530061
RGB
CMYK
RGB Variations
Color information
#530061 (or 0x530061) is known color: Indigo. HEX triplet: 53, 00 and 61. RGB value is (83,0,97). Sum of RGB (Red+Green+Blue) = 83+0+97=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #530061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530061 is #ACFF9E. Grayscale: #232323. Windows color (decimal): -11337631 or 6357075. OLE color: 6357075.
HSL color Cylindrical-coordinate representation of color #530061: hue angle of 291.34º 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 #530061 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 0 | 97 | - |
| CMYK | 0.14 | 1 | 0 | 0.62 |
| HSL | 291.34º | 1% | 0.19% | - |
| HSV(B) | 291.34º | 1% | 0.38% | - |
| XYZ | 5.72 | 2.7 | 11.53 | - |
| YUV | 35.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 97 | 0.14 | 1 | 0 | 0.62 | 291.34 | 1 | 0.19 |
| Hex | 53 | 0 | 61 | E | 64 | 0 | 3E | 123 | 64 | 13 |
| Octal | 123 | 0 | 141 | 16 | 144 | 0 | 76 | 443 | 144 | 23 |
| Binary | 1010011 | 0 | 1100001 | 1110 | 1100100 | 0 | 111110 | 100100011 | 1100100 | 10011 |
Color Harmonies of #530061
Complementary color
Monochromatic Colors of #530061
Black with #530061
Text Example
Text Example
White with #530061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530061; }
p { color: rgb(83,0,97); }
H1.HeaderClassName
{
color: #530061;
}
.AnyTagClassName
{
color: #530061;
}
</style>
background-color css
<style>
a { background-color: #530061; }
a { background-color: rgb(83,0,97); }
div.DivClassName
{
background-color: #530061;
}
.BgClassName
{
background-color: #530061;
}
</style>
border-color css
<style>
span { border-color: #530061; }
span { border-color: rgb(83,0,97); }
td.TdClassName
{
border-color: #530061;
}
.TagClassName
{
border-color: #530061;
}
</style>