Shades of Indigo #500270
Tints of Indigo #500270
RGB
CMYK
RGB Variations
Color information
#500270 (or 0x500270) is known color: Indigo. HEX triplet: 50, 02 and 70. RGB value is (80,2,112). Sum of RGB (Red+Green+Blue) = 80+2+112=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #500270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500270 is #AFFD8F. Grayscale: #252525. Windows color (decimal): -11533712 or 7340624. OLE color: 7340624.
HSL color Cylindrical-coordinate representation of color #500270: hue angle of 282.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500270 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 2 | 112 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.56 |
| HSL | 282.55º | 0.96% | 0.22% | - |
| HSV(B) | 282.55º | 0.98% | 0.44% | - |
| XYZ | 6.25 | 2.92 | 15.56 | - |
| YUV | 37.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 112 | 0.29 | 0.98 | 0 | 0.56 | 282.55 | 0.96 | 0.22 |
| Hex | 50 | 2 | 70 | 1D | 62 | 0 | 38 | 11B | 60 | 16 |
| Octal | 120 | 2 | 160 | 35 | 142 | 0 | 70 | 433 | 140 | 26 |
| Binary | 1010000 | 10 | 1110000 | 11101 | 1100010 | 0 | 111000 | 100011011 | 1100000 | 10110 |
Color Harmonies of #500270
Complementary color
Monochromatic Colors of #500270
Black with #500270
Text Example
Text Example
White with #500270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500270; }
p { color: rgb(80,2,112); }
H1.HeaderClassName
{
color: #500270;
}
.AnyTagClassName
{
color: #500270;
}
</style>
background-color css
<style>
a { background-color: #500270; }
a { background-color: rgb(80,2,112); }
div.DivClassName
{
background-color: #500270;
}
.BgClassName
{
background-color: #500270;
}
</style>
border-color css
<style>
span { border-color: #500270; }
span { border-color: rgb(80,2,112); }
td.TdClassName
{
border-color: #500270;
}
.TagClassName
{
border-color: #500270;
}
</style>