Shades of Han Purple #491FDA
Tints of Han Purple #491FDA
RGB
CMYK
RGB Variations
Color information
#491FDA (or 0x491FDA) is known color: Han Purple. HEX triplet: 49, 1F and DA. RGB value is (73,31,218). Sum of RGB (Red+Green+Blue) = 73+31+218=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #491FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FDA is #B6E025. Grayscale: #404040. Windows color (decimal): -11984934 or 14294857. OLE color: 14294857.
HSL color Cylindrical-coordinate representation of color #491FDA: hue angle of 253.48º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491FDA is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 31 | 218 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.15 |
| HSL | 253.48º | 0.75% | 0.49% | - |
| HSV(B) | 253.48º | 0.86% | 0.85% | - |
| XYZ | 15.89 | 7.46 | 66.93 | - |
| YUV | 64.88 | 214.41 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 218 | 0.67 | 0.86 | 0 | 0.15 | 253.48 | 0.75 | 0.49 |
| Hex | 49 | 1F | DA | 43 | 56 | 0 | F | FD | 4B | 31 |
| Octal | 111 | 37 | 332 | 103 | 126 | 0 | 17 | 375 | 113 | 61 |
| Binary | 1001001 | 11111 | 11011010 | 1000011 | 1010110 | 0 | 1111 | 11111101 | 1001011 | 110001 |
Color Harmonies of #491FDA
Complementary color
Monochromatic Colors of #491FDA
Black with #491FDA
Text Example
Text Example
White with #491FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FDA; }
p { color: rgb(73,31,218); }
H1.HeaderClassName
{
color: #491FDA;
}
.AnyTagClassName
{
color: #491FDA;
}
</style>
background-color css
<style>
a { background-color: #491FDA; }
a { background-color: rgb(73,31,218); }
div.DivClassName
{
background-color: #491FDA;
}
.BgClassName
{
background-color: #491FDA;
}
</style>
border-color css
<style>
span { border-color: #491FDA; }
span { border-color: rgb(73,31,218); }
td.TdClassName
{
border-color: #491FDA;
}
.TagClassName
{
border-color: #491FDA;
}
</style>