Shades of Indigo #530973
Tints of Indigo #530973
RGB
CMYK
RGB Variations
Color information
#530973 (or 0x530973) is known color: Indigo. HEX triplet: 53, 09 and 73. RGB value is (83,9,115). Sum of RGB (Red+Green+Blue) = 83+9+115=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #530973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530973 is #ACF68C. Grayscale: #2A2A2A. Windows color (decimal): -11335309 or 7539027. OLE color: 7539027.
HSL color Cylindrical-coordinate representation of color #530973: hue angle of 281.89º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530973 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 9 | 115 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.55 |
| HSL | 281.89º | 0.85% | 0.24% | - |
| HSV(B) | 281.89º | 0.92% | 0.45% | - |
| XYZ | 6.76 | 3.27 | 16.49 | - |
| YUV | 43.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 115 | 0.28 | 0.92 | 0 | 0.55 | 281.89 | 0.85 | 0.24 |
| Hex | 53 | 9 | 73 | 1C | 5C | 0 | 37 | 11A | 55 | 18 |
| Octal | 123 | 11 | 163 | 34 | 134 | 0 | 67 | 432 | 125 | 30 |
| Binary | 1010011 | 1001 | 1110011 | 11100 | 1011100 | 0 | 110111 | 100011010 | 1010101 | 11000 |
Color Harmonies of #530973
Complementary color
Monochromatic Colors of #530973
Black with #530973
Text Example
Text Example
White with #530973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530973; }
p { color: rgb(83,9,115); }
H1.HeaderClassName
{
color: #530973;
}
.AnyTagClassName
{
color: #530973;
}
</style>
background-color css
<style>
a { background-color: #530973; }
a { background-color: rgb(83,9,115); }
div.DivClassName
{
background-color: #530973;
}
.BgClassName
{
background-color: #530973;
}
</style>
border-color css
<style>
span { border-color: #530973; }
span { border-color: rgb(83,9,115); }
td.TdClassName
{
border-color: #530973;
}
.TagClassName
{
border-color: #530973;
}
</style>