Shades of Han Purple #491FDC
Tints of Han Purple #491FDC
RGB
CMYK
RGB Variations
Color information
#491FDC (or 0x491FDC) is known color: Han Purple. HEX triplet: 49, 1F and DC. RGB value is (73,31,220). Sum of RGB (Red+Green+Blue) = 73+31+220=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #491FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FDC is #B6E023. Grayscale: #404040. Windows color (decimal): -11984932 or 14425929. OLE color: 14425929.
HSL color Cylindrical-coordinate representation of color #491FDC: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491FDC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 31 | 220 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.14 |
| HSL | 253.33º | 0.75% | 0.49% | - |
| HSV(B) | 253.33º | 0.86% | 0.86% | - |
| XYZ | 16.16 | 7.56 | 68.32 | - |
| YUV | 65.1 | 215.41 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 220 | 0.67 | 0.86 | 0 | 0.14 | 253.33 | 0.75 | 0.49 |
| Hex | 49 | 1F | DC | 43 | 56 | 0 | E | FD | 4B | 31 |
| Octal | 111 | 37 | 334 | 103 | 126 | 0 | 16 | 375 | 113 | 61 |
| Binary | 1001001 | 11111 | 11011100 | 1000011 | 1010110 | 0 | 1110 | 11111101 | 1001011 | 110001 |
Color Harmonies of #491FDC
Complementary color
Monochromatic Colors of #491FDC
Black with #491FDC
Text Example
Text Example
White with #491FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FDC; }
p { color: rgb(73,31,220); }
H1.HeaderClassName
{
color: #491FDC;
}
.AnyTagClassName
{
color: #491FDC;
}
</style>
background-color css
<style>
a { background-color: #491FDC; }
a { background-color: rgb(73,31,220); }
div.DivClassName
{
background-color: #491FDC;
}
.BgClassName
{
background-color: #491FDC;
}
</style>
border-color css
<style>
span { border-color: #491FDC; }
span { border-color: rgb(73,31,220); }
td.TdClassName
{
border-color: #491FDC;
}
.TagClassName
{
border-color: #491FDC;
}
</style>