Shades of Indigo #50069B
Tints of Indigo #50069B
RGB
CMYK
RGB Variations
Color information
#50069B (or 0x50069B) is known color: Indigo. HEX triplet: 50, 06 and 9B. RGB value is (80,6,155). Sum of RGB (Red+Green+Blue) = 80+6+155=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #50069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50069B is #AFF964. Grayscale: #2C2C2C. Windows color (decimal): -11532645 or 10159696. OLE color: 10159696.
HSL color Cylindrical-coordinate representation of color #50069B: hue angle of 269.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50069B is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 6 | 155 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.39 |
| HSL | 269.8º | 0.93% | 0.32% | - |
| HSV(B) | 269.8º | 0.96% | 0.61% | - |
| XYZ | 9.29 | 4.2 | 31.33 | - |
| YUV | 45.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 155 | 0.48 | 0.96 | 0 | 0.39 | 269.8 | 0.93 | 0.32 |
| Hex | 50 | 6 | 9B | 30 | 60 | 0 | 27 | 10E | 5D | 20 |
| Octal | 120 | 6 | 233 | 60 | 140 | 0 | 47 | 416 | 135 | 40 |
| Binary | 1010000 | 110 | 10011011 | 110000 | 1100000 | 0 | 100111 | 100001110 | 1011101 | 100000 |
Color Harmonies of #50069B
Complementary color
Monochromatic Colors of #50069B
Black with #50069B
Text Example
Text Example
White with #50069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50069B; }
p { color: rgb(80,6,155); }
H1.HeaderClassName
{
color: #50069B;
}
.AnyTagClassName
{
color: #50069B;
}
</style>
background-color css
<style>
a { background-color: #50069B; }
a { background-color: rgb(80,6,155); }
div.DivClassName
{
background-color: #50069B;
}
.BgClassName
{
background-color: #50069B;
}
</style>
border-color css
<style>
span { border-color: #50069B; }
span { border-color: rgb(80,6,155); }
td.TdClassName
{
border-color: #50069B;
}
.TagClassName
{
border-color: #50069B;
}
</style>