Shades of Indigo #531A8A
Tints of Indigo #531A8A
RGB
CMYK
RGB Variations
Color information
#531A8A (or 0x531A8A) is known color: Indigo. HEX triplet: 53, 1A and 8A. RGB value is (83,26,138). Sum of RGB (Red+Green+Blue) = 83+26+138=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #531A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531A8A is #ACE575. Grayscale: #373737. Windows color (decimal): -11330934 or 9050707. OLE color: 9050707.
HSL color Cylindrical-coordinate representation of color #531A8A: hue angle of 270.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531A8A is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 26 | 138 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.46 |
| HSL | 270.54º | 0.68% | 0.32% | - |
| HSV(B) | 270.54º | 0.81% | 0.54% | - |
| XYZ | 8.52 | 4.41 | 24.45 | - |
| YUV | 55.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 138 | 0.40 | 0.81 | 0 | 0.46 | 270.54 | 0.68 | 0.32 |
| Hex | 53 | 1A | 8A | 28 | 51 | 0 | 2E | 10F | 44 | 20 |
| Octal | 123 | 32 | 212 | 50 | 121 | 0 | 56 | 417 | 104 | 40 |
| Binary | 1010011 | 11010 | 10001010 | 101000 | 1010001 | 0 | 101110 | 100001111 | 1000100 | 100000 |
Color Harmonies of #531A8A
Complementary color
Monochromatic Colors of #531A8A
Black with #531A8A
Text Example
Text Example
White with #531A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A8A; }
p { color: rgb(83,26,138); }
H1.HeaderClassName
{
color: #531A8A;
}
.AnyTagClassName
{
color: #531A8A;
}
</style>
background-color css
<style>
a { background-color: #531A8A; }
a { background-color: rgb(83,26,138); }
div.DivClassName
{
background-color: #531A8A;
}
.BgClassName
{
background-color: #531A8A;
}
</style>
border-color css
<style>
span { border-color: #531A8A; }
span { border-color: rgb(83,26,138); }
td.TdClassName
{
border-color: #531A8A;
}
.TagClassName
{
border-color: #531A8A;
}
</style>