Shades of Indigo #501384
Tints of Indigo #501384
RGB
CMYK
RGB Variations
Color information
#501384 (or 0x501384) is known color: Indigo. HEX triplet: 50, 13 and 84. RGB value is (80,19,132). Sum of RGB (Red+Green+Blue) = 80+19+132=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #501384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501384 is #AFEC7B. Grayscale: #313131. Windows color (decimal): -11529340 or 8655696. OLE color: 8655696.
HSL color Cylindrical-coordinate representation of color #501384: hue angle of 272.39º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501384 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 19 | 132 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.48 |
| HSL | 272.39º | 0.75% | 0.3% | - |
| HSV(B) | 272.39º | 0.86% | 0.52% | - |
| XYZ | 7.71 | 3.84 | 22.16 | - |
| YUV | 50.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 132 | 0.39 | 0.86 | 0 | 0.48 | 272.39 | 0.75 | 0.3 |
| Hex | 50 | 13 | 84 | 27 | 56 | 0 | 30 | 110 | 4B | 1E |
| Octal | 120 | 23 | 204 | 47 | 126 | 0 | 60 | 420 | 113 | 36 |
| Binary | 1010000 | 10011 | 10000100 | 100111 | 1010110 | 0 | 110000 | 100010000 | 1001011 | 11110 |
Color Harmonies of #501384
Complementary color
Monochromatic Colors of #501384
Black with #501384
Text Example
Text Example
White with #501384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501384; }
p { color: rgb(80,19,132); }
H1.HeaderClassName
{
color: #501384;
}
.AnyTagClassName
{
color: #501384;
}
</style>
background-color css
<style>
a { background-color: #501384; }
a { background-color: rgb(80,19,132); }
div.DivClassName
{
background-color: #501384;
}
.BgClassName
{
background-color: #501384;
}
</style>
border-color css
<style>
span { border-color: #501384; }
span { border-color: rgb(80,19,132); }
td.TdClassName
{
border-color: #501384;
}
.TagClassName
{
border-color: #501384;
}
</style>