Shades of Indigo #501692
Tints of Indigo #501692
RGB
CMYK
RGB Variations
Color information
#501692 (or 0x501692) is known color: Indigo. HEX triplet: 50, 16 and 92. RGB value is (80,22,146). Sum of RGB (Red+Green+Blue) = 80+22+146=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #501692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501692 is #AFE96D. Grayscale: #353535. Windows color (decimal): -11528558 or 9573968. OLE color: 9573968.
HSL color Cylindrical-coordinate representation of color #501692: hue angle of 268.06º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501692 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 22 | 146 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.43 |
| HSL | 268.06º | 0.74% | 0.33% | - |
| HSV(B) | 268.06º | 0.85% | 0.57% | - |
| XYZ | 8.78 | 4.35 | 27.57 | - |
| YUV | 53.48 | 180.22 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 146 | 0.45 | 0.85 | 0 | 0.43 | 268.06 | 0.74 | 0.33 |
| Hex | 50 | 16 | 92 | 2D | 55 | 0 | 2B | 10C | 4A | 21 |
| Octal | 120 | 26 | 222 | 55 | 125 | 0 | 53 | 414 | 112 | 41 |
| Binary | 1010000 | 10110 | 10010010 | 101101 | 1010101 | 0 | 101011 | 100001100 | 1001010 | 100001 |
Color Harmonies of #501692
Complementary color
Monochromatic Colors of #501692
Black with #501692
Text Example
Text Example
White with #501692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501692; }
p { color: rgb(80,22,146); }
H1.HeaderClassName
{
color: #501692;
}
.AnyTagClassName
{
color: #501692;
}
</style>
background-color css
<style>
a { background-color: #501692; }
a { background-color: rgb(80,22,146); }
div.DivClassName
{
background-color: #501692;
}
.BgClassName
{
background-color: #501692;
}
</style>
border-color css
<style>
span { border-color: #501692; }
span { border-color: rgb(80,22,146); }
td.TdClassName
{
border-color: #501692;
}
.TagClassName
{
border-color: #501692;
}
</style>