Shades of Indigo #530761
Tints of Indigo #530761
RGB
CMYK
RGB Variations
Color information
#530761 (or 0x530761) is known color: Indigo. HEX triplet: 53, 07 and 61. RGB value is (83,7,97). Sum of RGB (Red+Green+Blue) = 83+7+97=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #530761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530761 is #ACF89E. Grayscale: #272727. Windows color (decimal): -11335839 or 6358867. OLE color: 6358867.
HSL color Cylindrical-coordinate representation of color #530761: hue angle of 290.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530761 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 7 | 97 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.62 |
| HSL | 290.67º | 0.87% | 0.2% | - |
| HSV(B) | 290.67º | 0.93% | 0.38% | - |
| XYZ | 5.8 | 2.85 | 11.55 | - |
| YUV | 39.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 97 | 0.14 | 0.93 | 0 | 0.62 | 290.67 | 0.87 | 0.2 |
| Hex | 53 | 7 | 61 | E | 5D | 0 | 3E | 123 | 57 | 14 |
| Octal | 123 | 7 | 141 | 16 | 135 | 0 | 76 | 443 | 127 | 24 |
| Binary | 1010011 | 111 | 1100001 | 1110 | 1011101 | 0 | 111110 | 100100011 | 1010111 | 10100 |
Color Harmonies of #530761
Complementary color
Monochromatic Colors of #530761
Black with #530761
Text Example
Text Example
White with #530761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530761; }
p { color: rgb(83,7,97); }
H1.HeaderClassName
{
color: #530761;
}
.AnyTagClassName
{
color: #530761;
}
</style>
background-color css
<style>
a { background-color: #530761; }
a { background-color: rgb(83,7,97); }
div.DivClassName
{
background-color: #530761;
}
.BgClassName
{
background-color: #530761;
}
</style>
border-color css
<style>
span { border-color: #530761; }
span { border-color: rgb(83,7,97); }
td.TdClassName
{
border-color: #530761;
}
.TagClassName
{
border-color: #530761;
}
</style>