Shades of Han Purple #492CEE
Tints of Han Purple #492CEE
RGB
CMYK
RGB Variations
Color information
#492CEE (or 0x492CEE) is known color: Han Purple. HEX triplet: 49, 2C and EE. RGB value is (73,44,238). Sum of RGB (Red+Green+Blue) = 73+44+238=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #492CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CEE is #B6D311. Grayscale: #4A4A4A. Windows color (decimal): -11981586 or 15608905. OLE color: 15608905.
HSL color Cylindrical-coordinate representation of color #492CEE: hue angle of 248.97º 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 #492CEE is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 44 | 238 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.07 |
| HSL | 248.97º | 0.85% | 0.55% | - |
| HSV(B) | 248.97º | 0.82% | 0.93% | - |
| XYZ | 19.08 | 9.39 | 81.7 | - |
| YUV | 74.79 | 220.11 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 238 | 0.69 | 0.82 | 0 | 0.07 | 248.97 | 0.85 | 0.55 |
| Hex | 49 | 2C | EE | 45 | 52 | 0 | 7 | F9 | 55 | 37 |
| Octal | 111 | 54 | 356 | 105 | 122 | 0 | 7 | 371 | 125 | 67 |
| Binary | 1001001 | 101100 | 11101110 | 1000101 | 1010010 | 0 | 111 | 11111001 | 1010101 | 110111 |
Color Harmonies of #492CEE
Complementary color
Monochromatic Colors of #492CEE
Black with #492CEE
Text Example
Text Example
White with #492CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CEE; }
p { color: rgb(73,44,238); }
H1.HeaderClassName
{
color: #492CEE;
}
.AnyTagClassName
{
color: #492CEE;
}
</style>
background-color css
<style>
a { background-color: #492CEE; }
a { background-color: rgb(73,44,238); }
div.DivClassName
{
background-color: #492CEE;
}
.BgClassName
{
background-color: #492CEE;
}
</style>
border-color css
<style>
span { border-color: #492CEE; }
span { border-color: rgb(73,44,238); }
td.TdClassName
{
border-color: #492CEE;
}
.TagClassName
{
border-color: #492CEE;
}
</style>