Shades of Han Purple #492AF0
Tints of Han Purple #492AF0
RGB
CMYK
RGB Variations
Color information
#492AF0 (or 0x492AF0) is known color: Han Purple. HEX triplet: 49, 2A and F0. RGB value is (73,42,240). Sum of RGB (Red+Green+Blue) = 73+42+240=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #492AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492AF0 is #B6D50F. Grayscale: #494949. Windows color (decimal): -11982096 or 15739465. OLE color: 15739465.
HSL color Cylindrical-coordinate representation of color #492AF0: hue angle of 249.39º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492AF0 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 42 | 240 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.06 |
| HSL | 249.39º | 0.87% | 0.55% | - |
| HSV(B) | 249.39º | 0.83% | 0.94% | - |
| XYZ | 19.3 | 9.36 | 83.23 | - |
| YUV | 73.84 | 221.77 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 240 | 0.70 | 0.82 | 0 | 0.06 | 249.39 | 0.87 | 0.55 |
| Hex | 49 | 2A | F0 | 46 | 52 | 0 | 6 | F9 | 57 | 37 |
| Octal | 111 | 52 | 360 | 106 | 122 | 0 | 6 | 371 | 127 | 67 |
| Binary | 1001001 | 101010 | 11110000 | 1000110 | 1010010 | 0 | 110 | 11111001 | 1010111 | 110111 |
Color Harmonies of #492AF0
Complementary color
Monochromatic Colors of #492AF0
Black with #492AF0
Text Example
Text Example
White with #492AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492AF0; }
p { color: rgb(73,42,240); }
H1.HeaderClassName
{
color: #492AF0;
}
.AnyTagClassName
{
color: #492AF0;
}
</style>
background-color css
<style>
a { background-color: #492AF0; }
a { background-color: rgb(73,42,240); }
div.DivClassName
{
background-color: #492AF0;
}
.BgClassName
{
background-color: #492AF0;
}
</style>
border-color css
<style>
span { border-color: #492AF0; }
span { border-color: rgb(73,42,240); }
td.TdClassName
{
border-color: #492AF0;
}
.TagClassName
{
border-color: #492AF0;
}
</style>