Shades of Indigo #501885
Tints of Indigo #501885
RGB
CMYK
RGB Variations
Color information
#501885 (or 0x501885) is known color: Indigo. HEX triplet: 50, 18 and 85. RGB value is (80,24,133). Sum of RGB (Red+Green+Blue) = 80+24+133=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #501885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501885 is #AFE77A. Grayscale: #343434. Windows color (decimal): -11528059 or 8722512. OLE color: 8722512.
HSL color Cylindrical-coordinate representation of color #501885: hue angle of 270.83º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501885 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 24 | 133 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.48 |
| HSL | 270.83º | 0.69% | 0.31% | - |
| HSV(B) | 270.83º | 0.82% | 0.52% | - |
| XYZ | 7.87 | 4.05 | 22.56 | - |
| YUV | 53.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 133 | 0.40 | 0.82 | 0 | 0.48 | 270.83 | 0.69 | 0.31 |
| Hex | 50 | 18 | 85 | 28 | 52 | 0 | 30 | 10F | 45 | 1F |
| Octal | 120 | 30 | 205 | 50 | 122 | 0 | 60 | 417 | 105 | 37 |
| Binary | 1010000 | 11000 | 10000101 | 101000 | 1010010 | 0 | 110000 | 100001111 | 1000101 | 11111 |
Color Harmonies of #501885
Complementary color
Monochromatic Colors of #501885
Black with #501885
Text Example
Text Example
White with #501885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501885; }
p { color: rgb(80,24,133); }
H1.HeaderClassName
{
color: #501885;
}
.AnyTagClassName
{
color: #501885;
}
</style>
background-color css
<style>
a { background-color: #501885; }
a { background-color: rgb(80,24,133); }
div.DivClassName
{
background-color: #501885;
}
.BgClassName
{
background-color: #501885;
}
</style>
border-color css
<style>
span { border-color: #501885; }
span { border-color: rgb(80,24,133); }
td.TdClassName
{
border-color: #501885;
}
.TagClassName
{
border-color: #501885;
}
</style>