Shades of Indigo #500D83
Tints of Indigo #500D83
RGB
CMYK
RGB Variations
Color information
#500D83 (or 0x500D83) is known color: Indigo. HEX triplet: 50, 0D and 83. RGB value is (80,13,131). Sum of RGB (Red+Green+Blue) = 80+13+131=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #500D83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D83 is #AFF27C. Grayscale: #2E2E2E. Windows color (decimal): -11530877 or 8588624. OLE color: 8588624.
HSL color Cylindrical-coordinate representation of color #500D83: hue angle of 274.07º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500D83 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 13 | 131 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.49 |
| HSL | 274.07º | 0.82% | 0.28% | - |
| HSV(B) | 274.07º | 0.9% | 0.51% | - |
| XYZ | 7.55 | 3.63 | 21.78 | - |
| YUV | 46.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 131 | 0.39 | 0.90 | 0 | 0.49 | 274.07 | 0.82 | 0.28 |
| Hex | 50 | D | 83 | 27 | 5A | 0 | 31 | 112 | 52 | 1C |
| Octal | 120 | 15 | 203 | 47 | 132 | 0 | 61 | 422 | 122 | 34 |
| Binary | 1010000 | 1101 | 10000011 | 100111 | 1011010 | 0 | 110001 | 100010010 | 1010010 | 11100 |
Color Harmonies of #500D83
Complementary color
Monochromatic Colors of #500D83
Black with #500D83
Text Example
Text Example
White with #500D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D83; }
p { color: rgb(80,13,131); }
H1.HeaderClassName
{
color: #500D83;
}
.AnyTagClassName
{
color: #500D83;
}
</style>
background-color css
<style>
a { background-color: #500D83; }
a { background-color: rgb(80,13,131); }
div.DivClassName
{
background-color: #500D83;
}
.BgClassName
{
background-color: #500D83;
}
</style>
border-color css
<style>
span { border-color: #500D83; }
span { border-color: rgb(80,13,131); }
td.TdClassName
{
border-color: #500D83;
}
.TagClassName
{
border-color: #500D83;
}
</style>