Shades of Indigo #530863
Tints of Indigo #530863
RGB
CMYK
RGB Variations
Color information
#530863 (or 0x530863) is known color: Indigo. HEX triplet: 53, 08 and 63. RGB value is (83,8,99). Sum of RGB (Red+Green+Blue) = 83+8+99=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #530863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530863 is #ACF79C. Grayscale: #282828. Windows color (decimal): -11335581 or 6490195. OLE color: 6490195.
HSL color Cylindrical-coordinate representation of color #530863: hue angle of 289.45º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530863 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 8 | 99 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.61 |
| HSL | 289.45º | 0.85% | 0.21% | - |
| HSV(B) | 289.45º | 0.92% | 0.39% | - |
| XYZ | 5.91 | 2.91 | 12.06 | - |
| YUV | 40.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 99 | 0.16 | 0.92 | 0 | 0.61 | 289.45 | 0.85 | 0.21 |
| Hex | 53 | 8 | 63 | 10 | 5C | 0 | 3D | 121 | 55 | 15 |
| Octal | 123 | 10 | 143 | 20 | 134 | 0 | 75 | 441 | 125 | 25 |
| Binary | 1010011 | 1000 | 1100011 | 10000 | 1011100 | 0 | 111101 | 100100001 | 1010101 | 10101 |
Color Harmonies of #530863
Complementary color
Monochromatic Colors of #530863
Black with #530863
Text Example
Text Example
White with #530863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530863; }
p { color: rgb(83,8,99); }
H1.HeaderClassName
{
color: #530863;
}
.AnyTagClassName
{
color: #530863;
}
</style>
background-color css
<style>
a { background-color: #530863; }
a { background-color: rgb(83,8,99); }
div.DivClassName
{
background-color: #530863;
}
.BgClassName
{
background-color: #530863;
}
</style>
border-color css
<style>
span { border-color: #530863; }
span { border-color: rgb(83,8,99); }
td.TdClassName
{
border-color: #530863;
}
.TagClassName
{
border-color: #530863;
}
</style>