Shades of Indigo #500192
Tints of Indigo #500192
RGB
CMYK
RGB Variations
Color information
#500192 (or 0x500192) is known color: Indigo. HEX triplet: 50, 01 and 92. RGB value is (80,1,146). Sum of RGB (Red+Green+Blue) = 80+1+146=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #500192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500192 is #AFFE6D. Grayscale: #282828. Windows color (decimal): -11533934 or 9568592. OLE color: 9568592.
HSL color Cylindrical-coordinate representation of color #500192: hue angle of 272.69º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500192 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 1 | 146 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.43 |
| HSL | 272.69º | 0.99% | 0.29% | - |
| HSV(B) | 272.69º | 0.99% | 0.57% | - |
| XYZ | 8.51 | 3.8 | 27.48 | - |
| YUV | 41.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 146 | 0.45 | 0.99 | 0 | 0.43 | 272.69 | 0.99 | 0.29 |
| Hex | 50 | 1 | 92 | 2D | 63 | 0 | 2B | 111 | 63 | 1D |
| Octal | 120 | 1 | 222 | 55 | 143 | 0 | 53 | 421 | 143 | 35 |
| Binary | 1010000 | 1 | 10010010 | 101101 | 1100011 | 0 | 101011 | 100010001 | 1100011 | 11101 |
Color Harmonies of #500192
Complementary color
Monochromatic Colors of #500192
Black with #500192
Text Example
Text Example
White with #500192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500192; }
p { color: rgb(80,1,146); }
H1.HeaderClassName
{
color: #500192;
}
.AnyTagClassName
{
color: #500192;
}
</style>
background-color css
<style>
a { background-color: #500192; }
a { background-color: rgb(80,1,146); }
div.DivClassName
{
background-color: #500192;
}
.BgClassName
{
background-color: #500192;
}
</style>
border-color css
<style>
span { border-color: #500192; }
span { border-color: rgb(80,1,146); }
td.TdClassName
{
border-color: #500192;
}
.TagClassName
{
border-color: #500192;
}
</style>