Shades of Indigo #530B73
Tints of Indigo #530B73
RGB
CMYK
RGB Variations
Color information
#530B73 (or 0x530B73) is known color: Indigo. HEX triplet: 53, 0B and 73. RGB value is (83,11,115). Sum of RGB (Red+Green+Blue) = 83+11+115=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #530B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B73 is #ACF48C. Grayscale: #2C2C2C. Windows color (decimal): -11334797 or 7539539. OLE color: 7539539.
HSL color Cylindrical-coordinate representation of color #530B73: hue angle of 281.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530B73 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 11 | 115 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.55 |
| HSL | 281.54º | 0.83% | 0.25% | - |
| HSV(B) | 281.54º | 0.9% | 0.45% | - |
| XYZ | 6.78 | 3.32 | 16.5 | - |
| YUV | 44.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 115 | 0.28 | 0.90 | 0 | 0.55 | 281.54 | 0.83 | 0.25 |
| Hex | 53 | B | 73 | 1C | 5A | 0 | 37 | 11A | 53 | 19 |
| Octal | 123 | 13 | 163 | 34 | 132 | 0 | 67 | 432 | 123 | 31 |
| Binary | 1010011 | 1011 | 1110011 | 11100 | 1011010 | 0 | 110111 | 100011010 | 1010011 | 11001 |
Color Harmonies of #530B73
Complementary color
Monochromatic Colors of #530B73
Black with #530B73
Text Example
Text Example
White with #530B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B73; }
p { color: rgb(83,11,115); }
H1.HeaderClassName
{
color: #530B73;
}
.AnyTagClassName
{
color: #530B73;
}
</style>
background-color css
<style>
a { background-color: #530B73; }
a { background-color: rgb(83,11,115); }
div.DivClassName
{
background-color: #530B73;
}
.BgClassName
{
background-color: #530B73;
}
</style>
border-color css
<style>
span { border-color: #530B73; }
span { border-color: rgb(83,11,115); }
td.TdClassName
{
border-color: #530B73;
}
.TagClassName
{
border-color: #530B73;
}
</style>