Shades of Indigo #530763
Tints of Indigo #530763
RGB
CMYK
RGB Variations
Color information
#530763 (or 0x530763) is known color: Indigo. HEX triplet: 53, 07 and 63. RGB value is (83,7,99). Sum of RGB (Red+Green+Blue) = 83+7+99=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #530763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530763 is #ACF89C. Grayscale: #272727. Windows color (decimal): -11335837 or 6489939. OLE color: 6489939.
HSL color Cylindrical-coordinate representation of color #530763: hue angle of 289.57º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530763 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 7 | 99 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.61 |
| HSL | 289.57º | 0.87% | 0.21% | - |
| HSV(B) | 289.57º | 0.93% | 0.39% | - |
| XYZ | 5.9 | 2.89 | 12.05 | - |
| YUV | 40.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 99 | 0.16 | 0.93 | 0 | 0.61 | 289.57 | 0.87 | 0.21 |
| Hex | 53 | 7 | 63 | 10 | 5D | 0 | 3D | 122 | 57 | 15 |
| Octal | 123 | 7 | 143 | 20 | 135 | 0 | 75 | 442 | 127 | 25 |
| Binary | 1010011 | 111 | 1100011 | 10000 | 1011101 | 0 | 111101 | 100100010 | 1010111 | 10101 |
Color Harmonies of #530763
Complementary color
Monochromatic Colors of #530763
Black with #530763
Text Example
Text Example
White with #530763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530763; }
p { color: rgb(83,7,99); }
H1.HeaderClassName
{
color: #530763;
}
.AnyTagClassName
{
color: #530763;
}
</style>
background-color css
<style>
a { background-color: #530763; }
a { background-color: rgb(83,7,99); }
div.DivClassName
{
background-color: #530763;
}
.BgClassName
{
background-color: #530763;
}
</style>
border-color css
<style>
span { border-color: #530763; }
span { border-color: rgb(83,7,99); }
td.TdClassName
{
border-color: #530763;
}
.TagClassName
{
border-color: #530763;
}
</style>