Shades of Indigo #501398
Tints of Indigo #501398
RGB
CMYK
RGB Variations
Color information
#501398 (or 0x501398) is known color: Indigo. HEX triplet: 50, 13 and 98. RGB value is (80,19,152). Sum of RGB (Red+Green+Blue) = 80+19+152=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #501398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501398 is #AFEC67. Grayscale: #333333. Windows color (decimal): -11529320 or 9966416. OLE color: 9966416.
HSL color Cylindrical-coordinate representation of color #501398: hue angle of 267.52º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501398 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 19 | 152 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.40 |
| HSL | 267.52º | 0.78% | 0.34% | - |
| HSV(B) | 267.52º | 0.88% | 0.6% | - |
| XYZ | 9.21 | 4.44 | 30.08 | - |
| YUV | 52.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 152 | 0.47 | 0.87 | 0 | 0.40 | 267.52 | 0.78 | 0.34 |
| Hex | 50 | 13 | 98 | 2F | 57 | 0 | 28 | 10C | 4E | 22 |
| Octal | 120 | 23 | 230 | 57 | 127 | 0 | 50 | 414 | 116 | 42 |
| Binary | 1010000 | 10011 | 10011000 | 101111 | 1010111 | 0 | 101000 | 100001100 | 1001110 | 100010 |
Color Harmonies of #501398
Complementary color
Monochromatic Colors of #501398
Black with #501398
Text Example
Text Example
White with #501398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501398; }
p { color: rgb(80,19,152); }
H1.HeaderClassName
{
color: #501398;
}
.AnyTagClassName
{
color: #501398;
}
</style>
background-color css
<style>
a { background-color: #501398; }
a { background-color: rgb(80,19,152); }
div.DivClassName
{
background-color: #501398;
}
.BgClassName
{
background-color: #501398;
}
</style>
border-color css
<style>
span { border-color: #501398; }
span { border-color: rgb(80,19,152); }
td.TdClassName
{
border-color: #501398;
}
.TagClassName
{
border-color: #501398;
}
</style>