Shades of Indigo #500366
Tints of Indigo #500366
RGB
CMYK
RGB Variations
Color information
#500366 (or 0x500366) is known color: Indigo. HEX triplet: 50, 03 and 66. RGB value is (80,3,102). Sum of RGB (Red+Green+Blue) = 80+3+102=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #500366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500366 is #AFFC99. Grayscale: #242424. Windows color (decimal): -11533466 or 6685520. OLE color: 6685520.
HSL color Cylindrical-coordinate representation of color #500366: hue angle of 286.67º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500366 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 3 | 102 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.6 |
| HSL | 286.67º | 0.94% | 0.21% | - |
| HSV(B) | 286.67º | 0.97% | 0.4% | - |
| XYZ | 5.74 | 2.73 | 12.79 | - |
| YUV | 37.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 102 | 0.22 | 0.97 | 0 | 0.6 | 286.67 | 0.94 | 0.21 |
| Hex | 50 | 3 | 66 | 16 | 61 | 0 | 3C | 11F | 5E | 15 |
| Octal | 120 | 3 | 146 | 26 | 141 | 0 | 74 | 437 | 136 | 25 |
| Binary | 1010000 | 11 | 1100110 | 10110 | 1100001 | 0 | 111100 | 100011111 | 1011110 | 10101 |
Color Harmonies of #500366
Complementary color
Monochromatic Colors of #500366
Black with #500366
Text Example
Text Example
White with #500366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500366; }
p { color: rgb(80,3,102); }
H1.HeaderClassName
{
color: #500366;
}
.AnyTagClassName
{
color: #500366;
}
</style>
background-color css
<style>
a { background-color: #500366; }
a { background-color: rgb(80,3,102); }
div.DivClassName
{
background-color: #500366;
}
.BgClassName
{
background-color: #500366;
}
</style>
border-color css
<style>
span { border-color: #500366; }
span { border-color: rgb(80,3,102); }
td.TdClassName
{
border-color: #500366;
}
.TagClassName
{
border-color: #500366;
}
</style>