Shades of Indigo #530876
Tints of Indigo #530876
RGB
CMYK
RGB Variations
Color information
#530876 (or 0x530876) is known color: Indigo. HEX triplet: 53, 08 and 76. RGB value is (83,8,118). Sum of RGB (Red+Green+Blue) = 83+8+118=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #530876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530876 is #ACF789. Grayscale: #2A2A2A. Windows color (decimal): -11335562 or 7735379. OLE color: 7735379.
HSL color Cylindrical-coordinate representation of color #530876: hue angle of 280.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530876 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 8 | 118 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.54 |
| HSL | 280.91º | 0.87% | 0.25% | - |
| HSV(B) | 280.91º | 0.93% | 0.46% | - |
| XYZ | 6.92 | 3.32 | 17.42 | - |
| YUV | 42.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 118 | 0.30 | 0.93 | 0 | 0.54 | 280.91 | 0.87 | 0.25 |
| Hex | 53 | 8 | 76 | 1E | 5D | 0 | 36 | 119 | 57 | 19 |
| Octal | 123 | 10 | 166 | 36 | 135 | 0 | 66 | 431 | 127 | 31 |
| Binary | 1010011 | 1000 | 1110110 | 11110 | 1011101 | 0 | 110110 | 100011001 | 1010111 | 11001 |
Color Harmonies of #530876
Complementary color
Monochromatic Colors of #530876
Black with #530876
Text Example
Text Example
White with #530876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530876; }
p { color: rgb(83,8,118); }
H1.HeaderClassName
{
color: #530876;
}
.AnyTagClassName
{
color: #530876;
}
</style>
background-color css
<style>
a { background-color: #530876; }
a { background-color: rgb(83,8,118); }
div.DivClassName
{
background-color: #530876;
}
.BgClassName
{
background-color: #530876;
}
</style>
border-color css
<style>
span { border-color: #530876; }
span { border-color: rgb(83,8,118); }
td.TdClassName
{
border-color: #530876;
}
.TagClassName
{
border-color: #530876;
}
</style>