Shades of Indigo #50006F
Tints of Indigo #50006F
RGB
CMYK
RGB Variations
Color information
#50006F (or 0x50006F) is known color: Indigo. HEX triplet: 50, 00 and 6F. RGB value is (80,0,111). Sum of RGB (Red+Green+Blue) = 80+0+111=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #50006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50006F is #AFFF90. Grayscale: #242424. Windows color (decimal): -11534225 or 7274576. OLE color: 7274576.
HSL color Cylindrical-coordinate representation of color #50006F: hue angle of 283.24º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50006F is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 0 | 111 | - |
| CMYK | 0.28 | 1 | 0 | 0.56 |
| HSL | 283.24º | 1% | 0.22% | - |
| HSV(B) | 283.24º | 1% | 0.44% | - |
| XYZ | 6.18 | 2.85 | 15.26 | - |
| YUV | 36.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 111 | 0.28 | 1 | 0 | 0.56 | 283.24 | 1 | 0.22 |
| Hex | 50 | 0 | 6F | 1C | 64 | 0 | 38 | 11B | 64 | 16 |
| Octal | 120 | 0 | 157 | 34 | 144 | 0 | 70 | 433 | 144 | 26 |
| Binary | 1010000 | 0 | 1101111 | 11100 | 1100100 | 0 | 111000 | 100011011 | 1100100 | 10110 |
Color Harmonies of #50006F
Complementary color
Monochromatic Colors of #50006F
Black with #50006F
Text Example
Text Example
White with #50006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50006F; }
p { color: rgb(80,0,111); }
H1.HeaderClassName
{
color: #50006F;
}
.AnyTagClassName
{
color: #50006F;
}
</style>
background-color css
<style>
a { background-color: #50006F; }
a { background-color: rgb(80,0,111); }
div.DivClassName
{
background-color: #50006F;
}
.BgClassName
{
background-color: #50006F;
}
</style>
border-color css
<style>
span { border-color: #50006F; }
span { border-color: rgb(80,0,111); }
td.TdClassName
{
border-color: #50006F;
}
.TagClassName
{
border-color: #50006F;
}
</style>