Shades of Indigo #530663
Tints of Indigo #530663
RGB
CMYK
RGB Variations
Color information
#530663 (or 0x530663) is known color: Indigo. HEX triplet: 53, 06 and 63. RGB value is (83,6,99). Sum of RGB (Red+Green+Blue) = 83+6+99=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #530663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530663 is #ACF99C. Grayscale: #272727. Windows color (decimal): -11336093 or 6489683. OLE color: 6489683.
HSL color Cylindrical-coordinate representation of color #530663: hue angle of 289.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530663 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 6 | 99 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.61 |
| HSL | 289.68º | 0.89% | 0.21% | - |
| HSV(B) | 289.68º | 0.94% | 0.39% | - |
| XYZ | 5.88 | 2.87 | 12.05 | - |
| YUV | 39.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 99 | 0.16 | 0.94 | 0 | 0.61 | 289.68 | 0.89 | 0.21 |
| Hex | 53 | 6 | 63 | 10 | 5E | 0 | 3D | 122 | 59 | 15 |
| Octal | 123 | 6 | 143 | 20 | 136 | 0 | 75 | 442 | 131 | 25 |
| Binary | 1010011 | 110 | 1100011 | 10000 | 1011110 | 0 | 111101 | 100100010 | 1011001 | 10101 |
Color Harmonies of #530663
Complementary color
Monochromatic Colors of #530663
Black with #530663
Text Example
Text Example
White with #530663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530663; }
p { color: rgb(83,6,99); }
H1.HeaderClassName
{
color: #530663;
}
.AnyTagClassName
{
color: #530663;
}
</style>
background-color css
<style>
a { background-color: #530663; }
a { background-color: rgb(83,6,99); }
div.DivClassName
{
background-color: #530663;
}
.BgClassName
{
background-color: #530663;
}
</style>
border-color css
<style>
span { border-color: #530663; }
span { border-color: rgb(83,6,99); }
td.TdClassName
{
border-color: #530663;
}
.TagClassName
{
border-color: #530663;
}
</style>