Shades of Indigo #500265
Tints of Indigo #500265
RGB
CMYK
RGB Variations
Color information
#500265 (or 0x500265) is known color: Indigo. HEX triplet: 50, 02 and 65. RGB value is (80,2,101). Sum of RGB (Red+Green+Blue) = 80+2+101=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #500265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500265 is #AFFD9A. Grayscale: #242424. Windows color (decimal): -11533723 or 6619728. OLE color: 6619728.
HSL color Cylindrical-coordinate representation of color #500265: hue angle of 287.27º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500265 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 2 | 101 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.60 |
| HSL | 287.27º | 0.96% | 0.2% | - |
| HSV(B) | 287.27º | 0.98% | 0.4% | - |
| XYZ | 5.68 | 2.69 | 12.53 | - |
| YUV | 36.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 101 | 0.21 | 0.98 | 0 | 0.60 | 287.27 | 0.96 | 0.2 |
| Hex | 50 | 2 | 65 | 15 | 62 | 0 | 3C | 11F | 60 | 14 |
| Octal | 120 | 2 | 145 | 25 | 142 | 0 | 74 | 437 | 140 | 24 |
| Binary | 1010000 | 10 | 1100101 | 10101 | 1100010 | 0 | 111100 | 100011111 | 1100000 | 10100 |
Color Harmonies of #500265
Complementary color
Monochromatic Colors of #500265
Black with #500265
Text Example
Text Example
White with #500265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500265; }
p { color: rgb(80,2,101); }
H1.HeaderClassName
{
color: #500265;
}
.AnyTagClassName
{
color: #500265;
}
</style>
background-color css
<style>
a { background-color: #500265; }
a { background-color: rgb(80,2,101); }
div.DivClassName
{
background-color: #500265;
}
.BgClassName
{
background-color: #500265;
}
</style>
border-color css
<style>
span { border-color: #500265; }
span { border-color: rgb(80,2,101); }
td.TdClassName
{
border-color: #500265;
}
.TagClassName
{
border-color: #500265;
}
</style>