Shades of Indigo #50067D
Tints of Indigo #50067D
RGB
CMYK
RGB Variations
Color information
#50067D (or 0x50067D) is known color: Indigo. HEX triplet: 50, 06 and 7D. RGB value is (80,6,125). Sum of RGB (Red+Green+Blue) = 80+6+125=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #50067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50067D is #AFF982. Grayscale: #292929. Windows color (decimal): -11532675 or 8193616. OLE color: 8193616.
HSL color Cylindrical-coordinate representation of color #50067D: hue angle of 277.31º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50067D is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 6 | 125 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.51 |
| HSL | 277.31º | 0.91% | 0.26% | - |
| HSV(B) | 277.31º | 0.95% | 0.49% | - |
| XYZ | 7.08 | 3.32 | 19.67 | - |
| YUV | 41.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 125 | 0.36 | 0.95 | 0 | 0.51 | 277.31 | 0.91 | 0.26 |
| Hex | 50 | 6 | 7D | 24 | 5F | 0 | 33 | 115 | 5B | 1A |
| Octal | 120 | 6 | 175 | 44 | 137 | 0 | 63 | 425 | 133 | 32 |
| Binary | 1010000 | 110 | 1111101 | 100100 | 1011111 | 0 | 110011 | 100010101 | 1011011 | 11010 |
Color Harmonies of #50067D
Complementary color
Monochromatic Colors of #50067D
Black with #50067D
Text Example
Text Example
White with #50067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50067D; }
p { color: rgb(80,6,125); }
H1.HeaderClassName
{
color: #50067D;
}
.AnyTagClassName
{
color: #50067D;
}
</style>
background-color css
<style>
a { background-color: #50067D; }
a { background-color: rgb(80,6,125); }
div.DivClassName
{
background-color: #50067D;
}
.BgClassName
{
background-color: #50067D;
}
</style>
border-color css
<style>
span { border-color: #50067D; }
span { border-color: rgb(80,6,125); }
td.TdClassName
{
border-color: #50067D;
}
.TagClassName
{
border-color: #50067D;
}
</style>