Shades of Indigo #530996
Tints of Indigo #530996
RGB
CMYK
RGB Variations
Color information
#530996 (or 0x530996) is known color: Indigo. HEX triplet: 53, 09 and 96. RGB value is (83,9,150). Sum of RGB (Red+Green+Blue) = 83+9+150=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #530996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530996 is #ACF669. Grayscale: #2E2E2E. Windows color (decimal): -11335274 or 9832787. OLE color: 9832787.
HSL color Cylindrical-coordinate representation of color #530996: hue angle of 271.49º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530996 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 9 | 150 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.41 |
| HSL | 271.49º | 0.89% | 0.31% | - |
| HSV(B) | 271.49º | 0.94% | 0.59% | - |
| XYZ | 9.17 | 4.24 | 29.19 | - |
| YUV | 47.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 150 | 0.45 | 0.94 | 0 | 0.41 | 271.49 | 0.89 | 0.31 |
| Hex | 53 | 9 | 96 | 2D | 5E | 0 | 29 | 10F | 59 | 1F |
| Octal | 123 | 11 | 226 | 55 | 136 | 0 | 51 | 417 | 131 | 37 |
| Binary | 1010011 | 1001 | 10010110 | 101101 | 1011110 | 0 | 101001 | 100001111 | 1011001 | 11111 |
Color Harmonies of #530996
Complementary color
Monochromatic Colors of #530996
Black with #530996
Text Example
Text Example
White with #530996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530996; }
p { color: rgb(83,9,150); }
H1.HeaderClassName
{
color: #530996;
}
.AnyTagClassName
{
color: #530996;
}
</style>
background-color css
<style>
a { background-color: #530996; }
a { background-color: rgb(83,9,150); }
div.DivClassName
{
background-color: #530996;
}
.BgClassName
{
background-color: #530996;
}
</style>
border-color css
<style>
span { border-color: #530996; }
span { border-color: rgb(83,9,150); }
td.TdClassName
{
border-color: #530996;
}
.TagClassName
{
border-color: #530996;
}
</style>