Shades of Indigo #531092
Tints of Indigo #531092
RGB
CMYK
RGB Variations
Color information
#531092 (or 0x531092) is known color: Indigo. HEX triplet: 53, 10 and 92. RGB value is (83,16,146). Sum of RGB (Red+Green+Blue) = 83+16+146=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #531092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531092 is #ACEF6D. Grayscale: #323232. Windows color (decimal): -11333486 or 9572435. OLE color: 9572435.
HSL color Cylindrical-coordinate representation of color #531092: hue angle of 270.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531092 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 16 | 146 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.43 |
| HSL | 270.92º | 0.8% | 0.32% | - |
| HSV(B) | 270.92º | 0.89% | 0.57% | - |
| XYZ | 8.94 | 4.28 | 27.55 | - |
| YUV | 50.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 146 | 0.43 | 0.89 | 0 | 0.43 | 270.92 | 0.8 | 0.32 |
| Hex | 53 | 10 | 92 | 2B | 59 | 0 | 2B | 10F | 50 | 20 |
| Octal | 123 | 20 | 222 | 53 | 131 | 0 | 53 | 417 | 120 | 40 |
| Binary | 1010011 | 10000 | 10010010 | 101011 | 1011001 | 0 | 101011 | 100001111 | 1010000 | 100000 |
Color Harmonies of #531092
Complementary color
Monochromatic Colors of #531092
Black with #531092
Text Example
Text Example
White with #531092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531092; }
p { color: rgb(83,16,146); }
H1.HeaderClassName
{
color: #531092;
}
.AnyTagClassName
{
color: #531092;
}
</style>
background-color css
<style>
a { background-color: #531092; }
a { background-color: rgb(83,16,146); }
div.DivClassName
{
background-color: #531092;
}
.BgClassName
{
background-color: #531092;
}
</style>
border-color css
<style>
span { border-color: #531092; }
span { border-color: rgb(83,16,146); }
td.TdClassName
{
border-color: #531092;
}
.TagClassName
{
border-color: #531092;
}
</style>