Shades of Indigo #500D67
Tints of Indigo #500D67
RGB
CMYK
RGB Variations
Color information
#500D67 (or 0x500D67) is known color: Indigo. HEX triplet: 50, 0D and 67. RGB value is (80,13,103). Sum of RGB (Red+Green+Blue) = 80+13+103=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #500D67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D67 is #AFF298. Grayscale: #2B2B2B. Windows color (decimal): -11530905 or 6753616. OLE color: 6753616.
HSL color Cylindrical-coordinate representation of color #500D67: hue angle of 284.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #500D67 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 13 | 103 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.60 |
| HSL | 284.67º | 0.78% | 0.23% | - |
| HSV(B) | 284.67º | 0.87% | 0.4% | - |
| XYZ | 5.9 | 2.97 | 13.09 | - |
| YUV | 43.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 103 | 0.22 | 0.87 | 0 | 0.60 | 284.67 | 0.78 | 0.23 |
| Hex | 50 | D | 67 | 16 | 57 | 0 | 3C | 11D | 4E | 17 |
| Octal | 120 | 15 | 147 | 26 | 127 | 0 | 74 | 435 | 116 | 27 |
| Binary | 1010000 | 1101 | 1100111 | 10110 | 1010111 | 0 | 111100 | 100011101 | 1001110 | 10111 |
Color Harmonies of #500D67
Complementary color
Monochromatic Colors of #500D67
Black with #500D67
Text Example
Text Example
White with #500D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D67; }
p { color: rgb(80,13,103); }
H1.HeaderClassName
{
color: #500D67;
}
.AnyTagClassName
{
color: #500D67;
}
</style>
background-color css
<style>
a { background-color: #500D67; }
a { background-color: rgb(80,13,103); }
div.DivClassName
{
background-color: #500D67;
}
.BgClassName
{
background-color: #500D67;
}
</style>
border-color css
<style>
span { border-color: #500D67; }
span { border-color: rgb(80,13,103); }
td.TdClassName
{
border-color: #500D67;
}
.TagClassName
{
border-color: #500D67;
}
</style>