Shades of Indigo #500268
Tints of Indigo #500268
RGB
CMYK
RGB Variations
Color information
#500268 (or 0x500268) is known color: Indigo. HEX triplet: 50, 02 and 68. RGB value is (80,2,104). Sum of RGB (Red+Green+Blue) = 80+2+104=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #500268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500268 is #AFFD97. Grayscale: #242424. Windows color (decimal): -11533720 or 6816336. OLE color: 6816336.
HSL color Cylindrical-coordinate representation of color #500268: hue angle of 285.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500268 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 2 | 104 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.59 |
| HSL | 285.88º | 0.96% | 0.21% | - |
| HSV(B) | 285.88º | 0.98% | 0.41% | - |
| XYZ | 5.83 | 2.75 | 13.32 | - |
| YUV | 36.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 104 | 0.23 | 0.98 | 0 | 0.59 | 285.88 | 0.96 | 0.21 |
| Hex | 50 | 2 | 68 | 17 | 62 | 0 | 3B | 11E | 60 | 15 |
| Octal | 120 | 2 | 150 | 27 | 142 | 0 | 73 | 436 | 140 | 25 |
| Binary | 1010000 | 10 | 1101000 | 10111 | 1100010 | 0 | 111011 | 100011110 | 1100000 | 10101 |
Color Harmonies of #500268
Complementary color
Monochromatic Colors of #500268
Black with #500268
Text Example
Text Example
White with #500268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500268; }
p { color: rgb(80,2,104); }
H1.HeaderClassName
{
color: #500268;
}
.AnyTagClassName
{
color: #500268;
}
</style>
background-color css
<style>
a { background-color: #500268; }
a { background-color: rgb(80,2,104); }
div.DivClassName
{
background-color: #500268;
}
.BgClassName
{
background-color: #500268;
}
</style>
border-color css
<style>
span { border-color: #500268; }
span { border-color: rgb(80,2,104); }
td.TdClassName
{
border-color: #500268;
}
.TagClassName
{
border-color: #500268;
}
</style>