Shades of Indigo #530E73
Tints of Indigo #530E73
RGB
CMYK
RGB Variations
Color information
#530E73 (or 0x530E73) is known color: Indigo. HEX triplet: 53, 0E and 73. RGB value is (83,14,115). Sum of RGB (Red+Green+Blue) = 83+14+115=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #530E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E73 is #ACF18C. Grayscale: #2D2D2D. Windows color (decimal): -11334029 or 7540307. OLE color: 7540307.
HSL color Cylindrical-coordinate representation of color #530E73: hue angle of 280.99º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530E73 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 14 | 115 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.55 |
| HSL | 280.99º | 0.78% | 0.25% | - |
| HSV(B) | 280.99º | 0.88% | 0.45% | - |
| XYZ | 6.82 | 3.39 | 16.51 | - |
| YUV | 46.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 115 | 0.28 | 0.88 | 0 | 0.55 | 280.99 | 0.78 | 0.25 |
| Hex | 53 | E | 73 | 1C | 58 | 0 | 37 | 119 | 4E | 19 |
| Octal | 123 | 16 | 163 | 34 | 130 | 0 | 67 | 431 | 116 | 31 |
| Binary | 1010011 | 1110 | 1110011 | 11100 | 1011000 | 0 | 110111 | 100011001 | 1001110 | 11001 |
Color Harmonies of #530E73
Complementary color
Monochromatic Colors of #530E73
Black with #530E73
Text Example
Text Example
White with #530E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E73; }
p { color: rgb(83,14,115); }
H1.HeaderClassName
{
color: #530E73;
}
.AnyTagClassName
{
color: #530E73;
}
</style>
background-color css
<style>
a { background-color: #530E73; }
a { background-color: rgb(83,14,115); }
div.DivClassName
{
background-color: #530E73;
}
.BgClassName
{
background-color: #530E73;
}
</style>
border-color css
<style>
span { border-color: #530E73; }
span { border-color: rgb(83,14,115); }
td.TdClassName
{
border-color: #530E73;
}
.TagClassName
{
border-color: #530E73;
}
</style>