Shades of Han Purple #4931EE
Tints of Han Purple #4931EE
RGB
CMYK
RGB Variations
Color information
#4931EE (or 0x4931EE) is known color: Han Purple. HEX triplet: 49, 31 and EE. RGB value is (73,49,238). Sum of RGB (Red+Green+Blue) = 73+49+238=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #4931EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4931EE is #B6CE11. Grayscale: #4C4C4C. Windows color (decimal): -11980306 or 15610185. OLE color: 15610185.
HSL color Cylindrical-coordinate representation of color #4931EE: hue angle of 247.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4931EE is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 49 | 238 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.07 |
| HSL | 247.62º | 0.85% | 0.56% | - |
| HSV(B) | 247.62º | 0.79% | 0.93% | - |
| XYZ | 19.28 | 9.79 | 81.76 | - |
| YUV | 77.72 | 218.45 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 238 | 0.69 | 0.79 | 0 | 0.07 | 247.62 | 0.85 | 0.56 |
| Hex | 49 | 31 | EE | 45 | 4F | 0 | 7 | F8 | 55 | 38 |
| Octal | 111 | 61 | 356 | 105 | 117 | 0 | 7 | 370 | 125 | 70 |
| Binary | 1001001 | 110001 | 11101110 | 1000101 | 1001111 | 0 | 111 | 11111000 | 1010101 | 111000 |
Color Harmonies of #4931EE
Complementary color
Monochromatic Colors of #4931EE
Black with #4931EE
Text Example
Text Example
White with #4931EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4931EE; }
p { color: rgb(73,49,238); }
H1.HeaderClassName
{
color: #4931EE;
}
.AnyTagClassName
{
color: #4931EE;
}
</style>
background-color css
<style>
a { background-color: #4931EE; }
a { background-color: rgb(73,49,238); }
div.DivClassName
{
background-color: #4931EE;
}
.BgClassName
{
background-color: #4931EE;
}
</style>
border-color css
<style>
span { border-color: #4931EE; }
span { border-color: rgb(73,49,238); }
td.TdClassName
{
border-color: #4931EE;
}
.TagClassName
{
border-color: #4931EE;
}
</style>