Shades of Han Purple #492CF1
Tints of Han Purple #492CF1
RGB
CMYK
RGB Variations
Color information
#492CF1 (or 0x492CF1) is known color: Han Purple. HEX triplet: 49, 2C and F1. RGB value is (73,44,241). Sum of RGB (Red+Green+Blue) = 73+44+241=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #492CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CF1 is #B6D30E. Grayscale: #4A4A4A. Windows color (decimal): -11981583 or 15805513. OLE color: 15805513.
HSL color Cylindrical-coordinate representation of color #492CF1: hue angle of 248.83º degrees, saturation: 0.88, 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 #492CF1 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 44 | 241 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.05 |
| HSL | 248.83º | 0.88% | 0.56% | - |
| HSV(B) | 248.83º | 0.82% | 0.95% | - |
| XYZ | 19.53 | 9.57 | 84.04 | - |
| YUV | 75.13 | 221.61 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 241 | 0.70 | 0.82 | 0 | 0.05 | 248.83 | 0.88 | 0.56 |
| Hex | 49 | 2C | F1 | 46 | 52 | 0 | 5 | F9 | 58 | 38 |
| Octal | 111 | 54 | 361 | 106 | 122 | 0 | 5 | 371 | 130 | 70 |
| Binary | 1001001 | 101100 | 11110001 | 1000110 | 1010010 | 0 | 101 | 11111001 | 1011000 | 111000 |
Color Harmonies of #492CF1
Complementary color
Monochromatic Colors of #492CF1
Black with #492CF1
Text Example
Text Example
White with #492CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CF1; }
p { color: rgb(73,44,241); }
H1.HeaderClassName
{
color: #492CF1;
}
.AnyTagClassName
{
color: #492CF1;
}
</style>
background-color css
<style>
a { background-color: #492CF1; }
a { background-color: rgb(73,44,241); }
div.DivClassName
{
background-color: #492CF1;
}
.BgClassName
{
background-color: #492CF1;
}
</style>
border-color css
<style>
span { border-color: #492CF1; }
span { border-color: rgb(73,44,241); }
td.TdClassName
{
border-color: #492CF1;
}
.TagClassName
{
border-color: #492CF1;
}
</style>