Shades of Han Purple #491CDF
Tints of Han Purple #491CDF
RGB
CMYK
RGB Variations
Color information
#491CDF (or 0x491CDF) is known color: Han Purple. HEX triplet: 49, 1C and DF. RGB value is (73,28,223). Sum of RGB (Red+Green+Blue) = 73+28+223=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #491CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CDF is #B6E320. Grayscale: #3E3E3E. Windows color (decimal): -11985697 or 14621769. OLE color: 14621769.
HSL color Cylindrical-coordinate representation of color #491CDF: hue angle of 253.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491CDF is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 28 | 223 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.13 |
| HSL | 253.85º | 0.78% | 0.49% | - |
| HSV(B) | 253.85º | 0.87% | 0.87% | - |
| XYZ | 16.48 | 7.57 | 70.41 | - |
| YUV | 63.69 | 217.91 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 223 | 0.67 | 0.87 | 0 | 0.13 | 253.85 | 0.78 | 0.49 |
| Hex | 49 | 1C | DF | 43 | 57 | 0 | D | FE | 4E | 31 |
| Octal | 111 | 34 | 337 | 103 | 127 | 0 | 15 | 376 | 116 | 61 |
| Binary | 1001001 | 11100 | 11011111 | 1000011 | 1010111 | 0 | 1101 | 11111110 | 1001110 | 110001 |
Color Harmonies of #491CDF
Complementary color
Monochromatic Colors of #491CDF
Black with #491CDF
Text Example
Text Example
White with #491CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CDF; }
p { color: rgb(73,28,223); }
H1.HeaderClassName
{
color: #491CDF;
}
.AnyTagClassName
{
color: #491CDF;
}
</style>
background-color css
<style>
a { background-color: #491CDF; }
a { background-color: rgb(73,28,223); }
div.DivClassName
{
background-color: #491CDF;
}
.BgClassName
{
background-color: #491CDF;
}
</style>
border-color css
<style>
span { border-color: #491CDF; }
span { border-color: rgb(73,28,223); }
td.TdClassName
{
border-color: #491CDF;
}
.TagClassName
{
border-color: #491CDF;
}
</style>