Shades of Han Purple #4931F1
Tints of Han Purple #4931F1
RGB
CMYK
RGB Variations
Color information
#4931F1 (or 0x4931F1) is known color: Han Purple. HEX triplet: 49, 31 and F1. RGB value is (73,49,241). Sum of RGB (Red+Green+Blue) = 73+49+241=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #4931F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4931F1 is #B6CE0E. Grayscale: #4D4D4D. Windows color (decimal): -11980303 or 15806793. OLE color: 15806793.
HSL color Cylindrical-coordinate representation of color #4931F1: hue angle of 247.5º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4931F1 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 49 | 241 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.05 |
| HSL | 247.5º | 0.87% | 0.57% | - |
| HSV(B) | 247.5º | 0.8% | 0.95% | - |
| XYZ | 19.72 | 9.96 | 84.1 | - |
| YUV | 78.06 | 219.95 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 241 | 0.70 | 0.80 | 0 | 0.05 | 247.5 | 0.87 | 0.57 |
| Hex | 49 | 31 | F1 | 46 | 50 | 0 | 5 | F8 | 57 | 39 |
| Octal | 111 | 61 | 361 | 106 | 120 | 0 | 5 | 370 | 127 | 71 |
| Binary | 1001001 | 110001 | 11110001 | 1000110 | 1010000 | 0 | 101 | 11111000 | 1010111 | 111001 |
Color Harmonies of #4931F1
Complementary color
Monochromatic Colors of #4931F1
Black with #4931F1
Text Example
Text Example
White with #4931F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4931F1; }
p { color: rgb(73,49,241); }
H1.HeaderClassName
{
color: #4931F1;
}
.AnyTagClassName
{
color: #4931F1;
}
</style>
background-color css
<style>
a { background-color: #4931F1; }
a { background-color: rgb(73,49,241); }
div.DivClassName
{
background-color: #4931F1;
}
.BgClassName
{
background-color: #4931F1;
}
</style>
border-color css
<style>
span { border-color: #4931F1; }
span { border-color: rgb(73,49,241); }
td.TdClassName
{
border-color: #4931F1;
}
.TagClassName
{
border-color: #4931F1;
}
</style>