Shades of Indigo #500267
Tints of Indigo #500267
RGB
CMYK
RGB Variations
Color information
#500267 (or 0x500267) is known color: Indigo. HEX triplet: 50, 02 and 67. RGB value is (80,2,103). Sum of RGB (Red+Green+Blue) = 80+2+103=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #500267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500267 is #AFFD98. Grayscale: #242424. Windows color (decimal): -11533721 or 6750800. OLE color: 6750800.
HSL color Cylindrical-coordinate representation of color #500267: hue angle of 286.34º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500267 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 2 | 103 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.60 |
| HSL | 286.34º | 0.96% | 0.21% | - |
| HSV(B) | 286.34º | 0.98% | 0.4% | - |
| XYZ | 5.78 | 2.73 | 13.05 | - |
| YUV | 36.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 103 | 0.22 | 0.98 | 0 | 0.60 | 286.34 | 0.96 | 0.21 |
| Hex | 50 | 2 | 67 | 16 | 62 | 0 | 3C | 11E | 60 | 15 |
| Octal | 120 | 2 | 147 | 26 | 142 | 0 | 74 | 436 | 140 | 25 |
| Binary | 1010000 | 10 | 1100111 | 10110 | 1100010 | 0 | 111100 | 100011110 | 1100000 | 10101 |
Color Harmonies of #500267
Complementary color
Monochromatic Colors of #500267
Black with #500267
Text Example
Text Example
White with #500267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500267; }
p { color: rgb(80,2,103); }
H1.HeaderClassName
{
color: #500267;
}
.AnyTagClassName
{
color: #500267;
}
</style>
background-color css
<style>
a { background-color: #500267; }
a { background-color: rgb(80,2,103); }
div.DivClassName
{
background-color: #500267;
}
.BgClassName
{
background-color: #500267;
}
</style>
border-color css
<style>
span { border-color: #500267; }
span { border-color: rgb(80,2,103); }
td.TdClassName
{
border-color: #500267;
}
.TagClassName
{
border-color: #500267;
}
</style>