Shades of Indigo #50169C
Tints of Indigo #50169C
RGB
CMYK
RGB Variations
Color information
#50169C (or 0x50169C) is known color: Indigo. HEX triplet: 50, 16 and 9C. RGB value is (80,22,156). Sum of RGB (Red+Green+Blue) = 80+22+156=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #50169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50169C is #AFE963. Grayscale: #363636. Windows color (decimal): -11528548 or 10229328. OLE color: 10229328.
HSL color Cylindrical-coordinate representation of color #50169C: hue angle of 265.97º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50169C is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 22 | 156 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.39 |
| HSL | 265.97º | 0.75% | 0.35% | - |
| HSV(B) | 265.97º | 0.86% | 0.61% | - |
| XYZ | 9.6 | 4.68 | 31.85 | - |
| YUV | 54.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 156 | 0.49 | 0.86 | 0 | 0.39 | 265.97 | 0.75 | 0.35 |
| Hex | 50 | 16 | 9C | 31 | 56 | 0 | 27 | 10A | 4B | 23 |
| Octal | 120 | 26 | 234 | 61 | 126 | 0 | 47 | 412 | 113 | 43 |
| Binary | 1010000 | 10110 | 10011100 | 110001 | 1010110 | 0 | 100111 | 100001010 | 1001011 | 100011 |
Color Harmonies of #50169C
Complementary color
Monochromatic Colors of #50169C
Black with #50169C
Text Example
Text Example
White with #50169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50169C; }
p { color: rgb(80,22,156); }
H1.HeaderClassName
{
color: #50169C;
}
.AnyTagClassName
{
color: #50169C;
}
</style>
background-color css
<style>
a { background-color: #50169C; }
a { background-color: rgb(80,22,156); }
div.DivClassName
{
background-color: #50169C;
}
.BgClassName
{
background-color: #50169C;
}
</style>
border-color css
<style>
span { border-color: #50169C; }
span { border-color: rgb(80,22,156); }
td.TdClassName
{
border-color: #50169C;
}
.TagClassName
{
border-color: #50169C;
}
</style>