Shades of Indigo #530661
Tints of Indigo #530661
RGB
CMYK
RGB Variations
Color information
#530661 (or 0x530661) is known color: Indigo. HEX triplet: 53, 06 and 61. RGB value is (83,6,97). Sum of RGB (Red+Green+Blue) = 83+6+97=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #530661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530661 is #ACF99E. Grayscale: #272727. Windows color (decimal): -11336095 or 6358611. OLE color: 6358611.
HSL color Cylindrical-coordinate representation of color #530661: hue angle of 290.77º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530661 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 6 | 97 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.62 |
| HSL | 290.77º | 0.88% | 0.2% | - |
| HSV(B) | 290.77º | 0.94% | 0.38% | - |
| XYZ | 5.79 | 2.83 | 11.55 | - |
| YUV | 39.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 97 | 0.14 | 0.94 | 0 | 0.62 | 290.77 | 0.88 | 0.2 |
| Hex | 53 | 6 | 61 | E | 5E | 0 | 3E | 123 | 58 | 14 |
| Octal | 123 | 6 | 141 | 16 | 136 | 0 | 76 | 443 | 130 | 24 |
| Binary | 1010011 | 110 | 1100001 | 1110 | 1011110 | 0 | 111110 | 100100011 | 1011000 | 10100 |
Color Harmonies of #530661
Complementary color
Monochromatic Colors of #530661
Black with #530661
Text Example
Text Example
White with #530661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530661; }
p { color: rgb(83,6,97); }
H1.HeaderClassName
{
color: #530661;
}
.AnyTagClassName
{
color: #530661;
}
</style>
background-color css
<style>
a { background-color: #530661; }
a { background-color: rgb(83,6,97); }
div.DivClassName
{
background-color: #530661;
}
.BgClassName
{
background-color: #530661;
}
</style>
border-color css
<style>
span { border-color: #530661; }
span { border-color: rgb(83,6,97); }
td.TdClassName
{
border-color: #530661;
}
.TagClassName
{
border-color: #530661;
}
</style>