Shades of Indigo #500365
Tints of Indigo #500365
RGB
CMYK
RGB Variations
Color information
#500365 (or 0x500365) is known color: Indigo. HEX triplet: 50, 03 and 65. RGB value is (80,3,101). Sum of RGB (Red+Green+Blue) = 80+3+101=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #500365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500365 is #AFFC9A. Grayscale: #242424. Windows color (decimal): -11533467 or 6619984. OLE color: 6619984.
HSL color Cylindrical-coordinate representation of color #500365: hue angle of 287.14º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500365 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 3 | 101 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.60 |
| HSL | 287.14º | 0.94% | 0.2% | - |
| HSV(B) | 287.14º | 0.97% | 0.4% | - |
| XYZ | 5.69 | 2.71 | 12.54 | - |
| YUV | 37.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 101 | 0.21 | 0.97 | 0 | 0.60 | 287.14 | 0.94 | 0.2 |
| Hex | 50 | 3 | 65 | 15 | 61 | 0 | 3C | 11F | 5E | 14 |
| Octal | 120 | 3 | 145 | 25 | 141 | 0 | 74 | 437 | 136 | 24 |
| Binary | 1010000 | 11 | 1100101 | 10101 | 1100001 | 0 | 111100 | 100011111 | 1011110 | 10100 |
Color Harmonies of #500365
Complementary color
Monochromatic Colors of #500365
Black with #500365
Text Example
Text Example
White with #500365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500365; }
p { color: rgb(80,3,101); }
H1.HeaderClassName
{
color: #500365;
}
.AnyTagClassName
{
color: #500365;
}
</style>
background-color css
<style>
a { background-color: #500365; }
a { background-color: rgb(80,3,101); }
div.DivClassName
{
background-color: #500365;
}
.BgClassName
{
background-color: #500365;
}
</style>
border-color css
<style>
span { border-color: #500365; }
span { border-color: rgb(80,3,101); }
td.TdClassName
{
border-color: #500365;
}
.TagClassName
{
border-color: #500365;
}
</style>