Shades of Indigo #50006A
Tints of Indigo #50006A
RGB
CMYK
RGB Variations
Color information
#50006A (or 0x50006A) is known color: Indigo. HEX triplet: 50, 00 and 6A. RGB value is (80,0,106). Sum of RGB (Red+Green+Blue) = 80+0+106=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #50006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50006A is #AFFF95. Grayscale: #232323. Windows color (decimal): -11534230 or 6946896. OLE color: 6946896.
HSL color Cylindrical-coordinate representation of color #50006A: hue angle of 285.28º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50006A is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 0 | 106 | - |
| CMYK | 0.25 | 1 | 0 | 0.58 |
| HSL | 285.28º | 1% | 0.21% | - |
| HSV(B) | 285.28º | 1% | 0.42% | - |
| XYZ | 5.91 | 2.75 | 13.85 | - |
| YUV | 36 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 106 | 0.25 | 1 | 0 | 0.58 | 285.28 | 1 | 0.21 |
| Hex | 50 | 0 | 6A | 19 | 64 | 0 | 3A | 11D | 64 | 15 |
| Octal | 120 | 0 | 152 | 31 | 144 | 0 | 72 | 435 | 144 | 25 |
| Binary | 1010000 | 0 | 1101010 | 11001 | 1100100 | 0 | 111010 | 100011101 | 1100100 | 10101 |
Color Harmonies of #50006A
Complementary color
Monochromatic Colors of #50006A
Black with #50006A
Text Example
Text Example
White with #50006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50006A; }
p { color: rgb(80,0,106); }
H1.HeaderClassName
{
color: #50006A;
}
.AnyTagClassName
{
color: #50006A;
}
</style>
background-color css
<style>
a { background-color: #50006A; }
a { background-color: rgb(80,0,106); }
div.DivClassName
{
background-color: #50006A;
}
.BgClassName
{
background-color: #50006A;
}
</style>
border-color css
<style>
span { border-color: #50006A; }
span { border-color: rgb(80,0,106); }
td.TdClassName
{
border-color: #50006A;
}
.TagClassName
{
border-color: #50006A;
}
</style>