Shades of Indigo #530D8A
Tints of Indigo #530D8A
RGB
CMYK
RGB Variations
Color information
#530D8A (or 0x530D8A) is known color: Indigo. HEX triplet: 53, 0D and 8A. RGB value is (83,13,138). Sum of RGB (Red+Green+Blue) = 83+13+138=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #530D8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530D8A is #ACF275. Grayscale: #2F2F2F. Windows color (decimal): -11334262 or 9047379. OLE color: 9047379.
HSL color Cylindrical-coordinate representation of color #530D8A: hue angle of 273.6º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530D8A is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 13 | 138 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.46 |
| HSL | 273.6º | 0.83% | 0.3% | - |
| HSV(B) | 273.6º | 0.91% | 0.54% | - |
| XYZ | 8.3 | 3.96 | 24.37 | - |
| YUV | 48.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 138 | 0.40 | 0.91 | 0 | 0.46 | 273.6 | 0.83 | 0.3 |
| Hex | 53 | D | 8A | 28 | 5B | 0 | 2E | 112 | 53 | 1E |
| Octal | 123 | 15 | 212 | 50 | 133 | 0 | 56 | 422 | 123 | 36 |
| Binary | 1010011 | 1101 | 10001010 | 101000 | 1011011 | 0 | 101110 | 100010010 | 1010011 | 11110 |
Color Harmonies of #530D8A
Complementary color
Monochromatic Colors of #530D8A
Black with #530D8A
Text Example
Text Example
White with #530D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D8A; }
p { color: rgb(83,13,138); }
H1.HeaderClassName
{
color: #530D8A;
}
.AnyTagClassName
{
color: #530D8A;
}
</style>
background-color css
<style>
a { background-color: #530D8A; }
a { background-color: rgb(83,13,138); }
div.DivClassName
{
background-color: #530D8A;
}
.BgClassName
{
background-color: #530D8A;
}
</style>
border-color css
<style>
span { border-color: #530D8A; }
span { border-color: rgb(83,13,138); }
td.TdClassName
{
border-color: #530D8A;
}
.TagClassName
{
border-color: #530D8A;
}
</style>