Shades of Indigo #500264
Tints of Indigo #500264
RGB
CMYK
RGB Variations
Color information
#500264 (or 0x500264) is known color: Indigo. HEX triplet: 50, 02 and 64. RGB value is (80,2,100). Sum of RGB (Red+Green+Blue) = 80+2+100=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #500264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500264 is #AFFD9B. Grayscale: #242424. Windows color (decimal): -11533724 or 6554192. OLE color: 6554192.
HSL color Cylindrical-coordinate representation of color #500264: hue angle of 287.76º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500264 is Cyan = 0.2, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 2 | 100 | - |
| CMYK | 0.2 | 0.98 | 0 | 0.61 |
| HSL | 287.76º | 0.96% | 0.2% | - |
| HSV(B) | 287.76º | 0.98% | 0.39% | - |
| XYZ | 5.63 | 2.67 | 12.28 | - |
| YUV | 36.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 100 | 0.2 | 0.98 | 0 | 0.61 | 287.76 | 0.96 | 0.2 |
| Hex | 50 | 2 | 64 | 14 | 62 | 0 | 3D | 120 | 60 | 14 |
| Octal | 120 | 2 | 144 | 24 | 142 | 0 | 75 | 440 | 140 | 24 |
| Binary | 1010000 | 10 | 1100100 | 10100 | 1100010 | 0 | 111101 | 100100000 | 1100000 | 10100 |
Color Harmonies of #500264
Complementary color
Monochromatic Colors of #500264
Black with #500264
Text Example
Text Example
White with #500264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500264; }
p { color: rgb(80,2,100); }
H1.HeaderClassName
{
color: #500264;
}
.AnyTagClassName
{
color: #500264;
}
</style>
background-color css
<style>
a { background-color: #500264; }
a { background-color: rgb(80,2,100); }
div.DivClassName
{
background-color: #500264;
}
.BgClassName
{
background-color: #500264;
}
</style>
border-color css
<style>
span { border-color: #500264; }
span { border-color: rgb(80,2,100); }
td.TdClassName
{
border-color: #500264;
}
.TagClassName
{
border-color: #500264;
}
</style>