Shades of Han Purple #492BF3
Tints of Han Purple #492BF3
RGB
CMYK
RGB Variations
Color information
#492BF3 (or 0x492BF3) is known color: Han Purple. HEX triplet: 49, 2B and F3. RGB value is (73,43,243). Sum of RGB (Red+Green+Blue) = 73+43+243=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #492BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BF3 is #B6D40C. Grayscale: #4A4A4A. Windows color (decimal): -11981837 or 15936329. OLE color: 15936329.
HSL color Cylindrical-coordinate representation of color #492BF3: hue angle of 249º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492BF3 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 43 | 243 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.05 |
| HSL | 249º | 0.89% | 0.56% | - |
| HSV(B) | 249º | 0.82% | 0.95% | - |
| XYZ | 19.79 | 9.62 | 85.61 | - |
| YUV | 74.77 | 222.94 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 243 | 0.70 | 0.82 | 0 | 0.05 | 249 | 0.89 | 0.56 |
| Hex | 49 | 2B | F3 | 46 | 52 | 0 | 5 | F9 | 59 | 38 |
| Octal | 111 | 53 | 363 | 106 | 122 | 0 | 5 | 371 | 131 | 70 |
| Binary | 1001001 | 101011 | 11110011 | 1000110 | 1010010 | 0 | 101 | 11111001 | 1011001 | 111000 |
Color Harmonies of #492BF3
Complementary color
Monochromatic Colors of #492BF3
Black with #492BF3
Text Example
Text Example
White with #492BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BF3; }
p { color: rgb(73,43,243); }
H1.HeaderClassName
{
color: #492BF3;
}
.AnyTagClassName
{
color: #492BF3;
}
</style>
background-color css
<style>
a { background-color: #492BF3; }
a { background-color: rgb(73,43,243); }
div.DivClassName
{
background-color: #492BF3;
}
.BgClassName
{
background-color: #492BF3;
}
</style>
border-color css
<style>
span { border-color: #492BF3; }
span { border-color: rgb(73,43,243); }
td.TdClassName
{
border-color: #492BF3;
}
.TagClassName
{
border-color: #492BF3;
}
</style>