Shades of Indigo #530161
Tints of Indigo #530161
RGB
CMYK
RGB Variations
Color information
#530161 (or 0x530161) is known color: Indigo. HEX triplet: 53, 01 and 61. RGB value is (83,1,97). Sum of RGB (Red+Green+Blue) = 83+1+97=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #530161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530161 is #ACFE9E. Grayscale: #242424. Windows color (decimal): -11337375 or 6357331. OLE color: 6357331.
HSL color Cylindrical-coordinate representation of color #530161: hue angle of 291.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530161 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 1 | 97 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.62 |
| HSL | 291.25º | 0.98% | 0.19% | - |
| HSV(B) | 291.25º | 0.99% | 0.38% | - |
| XYZ | 5.74 | 2.72 | 11.53 | - |
| YUV | 36.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 97 | 0.14 | 0.99 | 0 | 0.62 | 291.25 | 0.98 | 0.19 |
| Hex | 53 | 1 | 61 | E | 63 | 0 | 3E | 123 | 62 | 13 |
| Octal | 123 | 1 | 141 | 16 | 143 | 0 | 76 | 443 | 142 | 23 |
| Binary | 1010011 | 1 | 1100001 | 1110 | 1100011 | 0 | 111110 | 100100011 | 1100010 | 10011 |
Color Harmonies of #530161
Complementary color
Monochromatic Colors of #530161
Black with #530161
Text Example
Text Example
White with #530161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530161; }
p { color: rgb(83,1,97); }
H1.HeaderClassName
{
color: #530161;
}
.AnyTagClassName
{
color: #530161;
}
</style>
background-color css
<style>
a { background-color: #530161; }
a { background-color: rgb(83,1,97); }
div.DivClassName
{
background-color: #530161;
}
.BgClassName
{
background-color: #530161;
}
</style>
border-color css
<style>
span { border-color: #530161; }
span { border-color: rgb(83,1,97); }
td.TdClassName
{
border-color: #530161;
}
.TagClassName
{
border-color: #530161;
}
</style>