Shades of Indigo #50009B
Tints of Indigo #50009B
RGB
CMYK
RGB Variations
Color information
#50009B (or 0x50009B) is known color: Indigo. HEX triplet: 50, 00 and 9B. RGB value is (80,0,155). Sum of RGB (Red+Green+Blue) = 80+0+155=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #50009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50009B is #AFFF64. Grayscale: #292929. Windows color (decimal): -11534181 or 10158160. OLE color: 10158160.
HSL color Cylindrical-coordinate representation of color #50009B: hue angle of 270.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50009B is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 0 | 155 | - |
| CMYK | 0.48 | 1 | 0 | 0.39 |
| HSL | 270.97º | 1% | 0.3% | - |
| HSV(B) | 270.97º | 1% | 0.61% | - |
| XYZ | 9.22 | 4.07 | 31.31 | - |
| YUV | 41.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 155 | 0.48 | 1 | 0 | 0.39 | 270.97 | 1 | 0.3 |
| Hex | 50 | 0 | 9B | 30 | 64 | 0 | 27 | 10F | 64 | 1E |
| Octal | 120 | 0 | 233 | 60 | 144 | 0 | 47 | 417 | 144 | 36 |
| Binary | 1010000 | 0 | 10011011 | 110000 | 1100100 | 0 | 100111 | 100001111 | 1100100 | 11110 |
Color Harmonies of #50009B
Complementary color
Monochromatic Colors of #50009B
Black with #50009B
Text Example
Text Example
White with #50009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50009B; }
p { color: rgb(80,0,155); }
H1.HeaderClassName
{
color: #50009B;
}
.AnyTagClassName
{
color: #50009B;
}
</style>
background-color css
<style>
a { background-color: #50009B; }
a { background-color: rgb(80,0,155); }
div.DivClassName
{
background-color: #50009B;
}
.BgClassName
{
background-color: #50009B;
}
</style>
border-color css
<style>
span { border-color: #50009B; }
span { border-color: rgb(80,0,155); }
td.TdClassName
{
border-color: #50009B;
}
.TagClassName
{
border-color: #50009B;
}
</style>