Shades of Indigo #530C71
Tints of Indigo #530C71
RGB
CMYK
RGB Variations
Color information
#530C71 (or 0x530C71) is known color: Indigo. HEX triplet: 53, 0C and 71. RGB value is (83,12,113). Sum of RGB (Red+Green+Blue) = 83+12+113=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #530C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C71 is #ACF38E. Grayscale: #2C2C2C. Windows color (decimal): -11334543 or 7408723. OLE color: 7408723.
HSL color Cylindrical-coordinate representation of color #530C71: hue angle of 282.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530C71 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 12 | 113 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.56 |
| HSL | 282.18º | 0.81% | 0.25% | - |
| HSV(B) | 282.18º | 0.89% | 0.44% | - |
| XYZ | 6.68 | 3.29 | 15.91 | - |
| YUV | 44.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 113 | 0.27 | 0.89 | 0 | 0.56 | 282.18 | 0.81 | 0.25 |
| Hex | 53 | C | 71 | 1B | 59 | 0 | 38 | 11A | 51 | 19 |
| Octal | 123 | 14 | 161 | 33 | 131 | 0 | 70 | 432 | 121 | 31 |
| Binary | 1010011 | 1100 | 1110001 | 11011 | 1011001 | 0 | 111000 | 100011010 | 1010001 | 11001 |
Color Harmonies of #530C71
Complementary color
Monochromatic Colors of #530C71
Black with #530C71
Text Example
Text Example
White with #530C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C71; }
p { color: rgb(83,12,113); }
H1.HeaderClassName
{
color: #530C71;
}
.AnyTagClassName
{
color: #530C71;
}
</style>
background-color css
<style>
a { background-color: #530C71; }
a { background-color: rgb(83,12,113); }
div.DivClassName
{
background-color: #530C71;
}
.BgClassName
{
background-color: #530C71;
}
</style>
border-color css
<style>
span { border-color: #530C71; }
span { border-color: rgb(83,12,113); }
td.TdClassName
{
border-color: #530C71;
}
.TagClassName
{
border-color: #530C71;
}
</style>