Shades of Indigo #501678
Tints of Indigo #501678
RGB
CMYK
RGB Variations
Color information
#501678 (or 0x501678) is known color: Indigo. HEX triplet: 50, 16 and 78. RGB value is (80,22,120). Sum of RGB (Red+Green+Blue) = 80+22+120=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #501678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501678 is #AFE987. Grayscale: #323232. Windows color (decimal): -11528584 or 7870032. OLE color: 7870032.
HSL color Cylindrical-coordinate representation of color #501678: hue angle of 275.51º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501678 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 22 | 120 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.53 |
| HSL | 275.51º | 0.69% | 0.28% | - |
| HSV(B) | 275.51º | 0.82% | 0.47% | - |
| XYZ | 6.99 | 3.64 | 18.1 | - |
| YUV | 50.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 120 | 0.33 | 0.82 | 0 | 0.53 | 275.51 | 0.69 | 0.28 |
| Hex | 50 | 16 | 78 | 21 | 52 | 0 | 35 | 114 | 45 | 1C |
| Octal | 120 | 26 | 170 | 41 | 122 | 0 | 65 | 424 | 105 | 34 |
| Binary | 1010000 | 10110 | 1111000 | 100001 | 1010010 | 0 | 110101 | 100010100 | 1000101 | 11100 |
Color Harmonies of #501678
Complementary color
Monochromatic Colors of #501678
Black with #501678
Text Example
Text Example
White with #501678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501678; }
p { color: rgb(80,22,120); }
H1.HeaderClassName
{
color: #501678;
}
.AnyTagClassName
{
color: #501678;
}
</style>
background-color css
<style>
a { background-color: #501678; }
a { background-color: rgb(80,22,120); }
div.DivClassName
{
background-color: #501678;
}
.BgClassName
{
background-color: #501678;
}
</style>
border-color css
<style>
span { border-color: #501678; }
span { border-color: rgb(80,22,120); }
td.TdClassName
{
border-color: #501678;
}
.TagClassName
{
border-color: #501678;
}
</style>