Shades of Han Purple #492BEE
Tints of Han Purple #492BEE
RGB
CMYK
RGB Variations
Color information
#492BEE (or 0x492BEE) is known color: Han Purple. HEX triplet: 49, 2B and EE. RGB value is (73,43,238). Sum of RGB (Red+Green+Blue) = 73+43+238=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #492BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BEE is #B6D411. Grayscale: #494949. Windows color (decimal): -11981842 or 15608649. OLE color: 15608649.
HSL color Cylindrical-coordinate representation of color #492BEE: hue angle of 249.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492BEE is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 43 | 238 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.07 |
| HSL | 249.23º | 0.85% | 0.55% | - |
| HSV(B) | 249.23º | 0.82% | 0.93% | - |
| XYZ | 19.04 | 9.32 | 81.68 | - |
| YUV | 74.2 | 220.44 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 238 | 0.69 | 0.82 | 0 | 0.07 | 249.23 | 0.85 | 0.55 |
| Hex | 49 | 2B | EE | 45 | 52 | 0 | 7 | F9 | 55 | 37 |
| Octal | 111 | 53 | 356 | 105 | 122 | 0 | 7 | 371 | 125 | 67 |
| Binary | 1001001 | 101011 | 11101110 | 1000101 | 1010010 | 0 | 111 | 11111001 | 1010101 | 110111 |
Color Harmonies of #492BEE
Complementary color
Monochromatic Colors of #492BEE
Black with #492BEE
Text Example
Text Example
White with #492BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BEE; }
p { color: rgb(73,43,238); }
H1.HeaderClassName
{
color: #492BEE;
}
.AnyTagClassName
{
color: #492BEE;
}
</style>
background-color css
<style>
a { background-color: #492BEE; }
a { background-color: rgb(73,43,238); }
div.DivClassName
{
background-color: #492BEE;
}
.BgClassName
{
background-color: #492BEE;
}
</style>
border-color css
<style>
span { border-color: #492BEE; }
span { border-color: rgb(73,43,238); }
td.TdClassName
{
border-color: #492BEE;
}
.TagClassName
{
border-color: #492BEE;
}
</style>