Shades of Han Purple #492CF2
Tints of Han Purple #492CF2
RGB
CMYK
RGB Variations
Color information
#492CF2 (or 0x492CF2) is known color: Han Purple. HEX triplet: 49, 2C and F2. RGB value is (73,44,242). Sum of RGB (Red+Green+Blue) = 73+44+242=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #492CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CF2 is #B6D30D. Grayscale: #4A4A4A. Windows color (decimal): -11981582 or 15871049. OLE color: 15871049.
HSL color Cylindrical-coordinate representation of color #492CF2: hue angle of 248.79º 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 #492CF2 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 44 | 242 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.05 |
| HSL | 248.79º | 0.88% | 0.56% | - |
| HSV(B) | 248.79º | 0.82% | 0.95% | - |
| XYZ | 19.68 | 9.63 | 84.83 | - |
| YUV | 75.24 | 222.11 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 242 | 0.70 | 0.82 | 0 | 0.05 | 248.79 | 0.88 | 0.56 |
| Hex | 49 | 2C | F2 | 46 | 52 | 0 | 5 | F9 | 58 | 38 |
| Octal | 111 | 54 | 362 | 106 | 122 | 0 | 5 | 371 | 130 | 70 |
| Binary | 1001001 | 101100 | 11110010 | 1000110 | 1010010 | 0 | 101 | 11111001 | 1011000 | 111000 |
Color Harmonies of #492CF2
Complementary color
Monochromatic Colors of #492CF2
Black with #492CF2
Text Example
Text Example
White with #492CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CF2; }
p { color: rgb(73,44,242); }
H1.HeaderClassName
{
color: #492CF2;
}
.AnyTagClassName
{
color: #492CF2;
}
</style>
background-color css
<style>
a { background-color: #492CF2; }
a { background-color: rgb(73,44,242); }
div.DivClassName
{
background-color: #492CF2;
}
.BgClassName
{
background-color: #492CF2;
}
</style>
border-color css
<style>
span { border-color: #492CF2; }
span { border-color: rgb(73,44,242); }
td.TdClassName
{
border-color: #492CF2;
}
.TagClassName
{
border-color: #492CF2;
}
</style>