Shades of Indigo #530890
Tints of Indigo #530890
RGB
CMYK
RGB Variations
Color information
#530890 (or 0x530890) is known color: Indigo. HEX triplet: 53, 08 and 90. RGB value is (83,8,144). Sum of RGB (Red+Green+Blue) = 83+8+144=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #530890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530890 is #ACF76F. Grayscale: #2D2D2D. Windows color (decimal): -11335536 or 9439315. OLE color: 9439315.
HSL color Cylindrical-coordinate representation of color #530890: hue angle of 273.09º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530890 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 8 | 144 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.44 |
| HSL | 273.09º | 0.89% | 0.3% | - |
| HSV(B) | 273.09º | 0.94% | 0.56% | - |
| XYZ | 8.69 | 4.03 | 26.7 | - |
| YUV | 45.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 144 | 0.42 | 0.94 | 0 | 0.44 | 273.09 | 0.89 | 0.3 |
| Hex | 53 | 8 | 90 | 2A | 5E | 0 | 2C | 111 | 59 | 1E |
| Octal | 123 | 10 | 220 | 52 | 136 | 0 | 54 | 421 | 131 | 36 |
| Binary | 1010011 | 1000 | 10010000 | 101010 | 1011110 | 0 | 101100 | 100010001 | 1011001 | 11110 |
Color Harmonies of #530890
Complementary color
Monochromatic Colors of #530890
Black with #530890
Text Example
Text Example
White with #530890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530890; }
p { color: rgb(83,8,144); }
H1.HeaderClassName
{
color: #530890;
}
.AnyTagClassName
{
color: #530890;
}
</style>
background-color css
<style>
a { background-color: #530890; }
a { background-color: rgb(83,8,144); }
div.DivClassName
{
background-color: #530890;
}
.BgClassName
{
background-color: #530890;
}
</style>
border-color css
<style>
span { border-color: #530890; }
span { border-color: rgb(83,8,144); }
td.TdClassName
{
border-color: #530890;
}
.TagClassName
{
border-color: #530890;
}
</style>