Shades of Han Purple #491DF3
Tints of Han Purple #491DF3
RGB
CMYK
RGB Variations
Color information
#491DF3 (or 0x491DF3) is known color: Han Purple. HEX triplet: 49, 1D and F3. RGB value is (73,29,243). Sum of RGB (Red+Green+Blue) = 73+29+243=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 243 (95.31% from 255 or 70.43% from 345); Max value from RGB is 243 - color contains mainly: blue. Hex color #491DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491DF3 is #B6E20C. Grayscale: #414141. Windows color (decimal): -11985421 or 15932745. OLE color: 15932745.
HSL color Cylindrical-coordinate representation of color #491DF3: hue angle of 252.34º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491DF3 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 29 | 243 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.05 |
| HSL | 252.34º | 0.9% | 0.53% | - |
| HSV(B) | 252.34º | 0.88% | 0.95% | - |
| XYZ | 19.36 | 8.77 | 85.47 | - |
| YUV | 66.55 | 227.58 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 243 | 0.70 | 0.88 | 0 | 0.05 | 252.34 | 0.9 | 0.53 |
| Hex | 49 | 1D | F3 | 46 | 58 | 0 | 5 | FC | 5A | 35 |
| Octal | 111 | 35 | 363 | 106 | 130 | 0 | 5 | 374 | 132 | 65 |
| Binary | 1001001 | 11101 | 11110011 | 1000110 | 1011000 | 0 | 101 | 11111100 | 1011010 | 110101 |
Color Harmonies of #491DF3
Complementary color
Monochromatic Colors of #491DF3
Black with #491DF3
Text Example
Text Example
White with #491DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DF3; }
p { color: rgb(73,29,243); }
H1.HeaderClassName
{
color: #491DF3;
}
.AnyTagClassName
{
color: #491DF3;
}
</style>
background-color css
<style>
a { background-color: #491DF3; }
a { background-color: rgb(73,29,243); }
div.DivClassName
{
background-color: #491DF3;
}
.BgClassName
{
background-color: #491DF3;
}
</style>
border-color css
<style>
span { border-color: #491DF3; }
span { border-color: rgb(73,29,243); }
td.TdClassName
{
border-color: #491DF3;
}
.TagClassName
{
border-color: #491DF3;
}
</style>