Shades of Indigo #50039B
Tints of Indigo #50039B
RGB
CMYK
RGB Variations
Color information
#50039B (or 0x50039B) is known color: Indigo. HEX triplet: 50, 03 and 9B. RGB value is (80,3,155). Sum of RGB (Red+Green+Blue) = 80+3+155=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #50039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50039B is #AFFC64. Grayscale: #2A2A2A. Windows color (decimal): -11533413 or 10158928. OLE color: 10158928.
HSL color Cylindrical-coordinate representation of color #50039B: hue angle of 270.39º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50039B is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 3 | 155 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.39 |
| HSL | 270.39º | 0.96% | 0.31% | - |
| HSV(B) | 270.39º | 0.98% | 0.61% | - |
| XYZ | 9.26 | 4.14 | 31.32 | - |
| YUV | 43.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 155 | 0.48 | 0.98 | 0 | 0.39 | 270.39 | 0.96 | 0.31 |
| Hex | 50 | 3 | 9B | 30 | 62 | 0 | 27 | 10E | 60 | 1F |
| Octal | 120 | 3 | 233 | 60 | 142 | 0 | 47 | 416 | 140 | 37 |
| Binary | 1010000 | 11 | 10011011 | 110000 | 1100010 | 0 | 100111 | 100001110 | 1100000 | 11111 |
Color Harmonies of #50039B
Complementary color
Monochromatic Colors of #50039B
Black with #50039B
Text Example
Text Example
White with #50039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50039B; }
p { color: rgb(80,3,155); }
H1.HeaderClassName
{
color: #50039B;
}
.AnyTagClassName
{
color: #50039B;
}
</style>
background-color css
<style>
a { background-color: #50039B; }
a { background-color: rgb(80,3,155); }
div.DivClassName
{
background-color: #50039B;
}
.BgClassName
{
background-color: #50039B;
}
</style>
border-color css
<style>
span { border-color: #50039B; }
span { border-color: rgb(80,3,155); }
td.TdClassName
{
border-color: #50039B;
}
.TagClassName
{
border-color: #50039B;
}
</style>