Shades of Han Purple #492AFC
Tints of Han Purple #492AFC
RGB
CMYK
RGB Variations
Color information
#492AFC (or 0x492AFC) is known color: Han Purple. HEX triplet: 49, 2A and FC. RGB value is (73,42,252). Sum of RGB (Red+Green+Blue) = 73+42+252=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #492AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492AFC is #B6D503. Grayscale: #4A4A4A. Windows color (decimal): -11982084 or 16525897. OLE color: 16525897.
HSL color Cylindrical-coordinate representation of color #492AFC: hue angle of 248.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #492AFC is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 42 | 252 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.01 |
| HSL | 248.86º | 0.97% | 0.58% | - |
| HSV(B) | 248.86º | 0.83% | 0.99% | - |
| XYZ | 21.15 | 10.1 | 92.93 | - |
| YUV | 75.21 | 227.77 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 252 | 0.71 | 0.83 | 0 | 0.01 | 248.86 | 0.97 | 0.58 |
| Hex | 49 | 2A | FC | 47 | 53 | 0 | 1 | F9 | 61 | 3A |
| Octal | 111 | 52 | 374 | 107 | 123 | 0 | 1 | 371 | 141 | 72 |
| Binary | 1001001 | 101010 | 11111100 | 1000111 | 1010011 | 0 | 1 | 11111001 | 1100001 | 111010 |
Color Harmonies of #492AFC
Complementary color
Monochromatic Colors of #492AFC
Black with #492AFC
Text Example
Text Example
White with #492AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492AFC; }
p { color: rgb(73,42,252); }
H1.HeaderClassName
{
color: #492AFC;
}
.AnyTagClassName
{
color: #492AFC;
}
</style>
background-color css
<style>
a { background-color: #492AFC; }
a { background-color: rgb(73,42,252); }
div.DivClassName
{
background-color: #492AFC;
}
.BgClassName
{
background-color: #492AFC;
}
</style>
border-color css
<style>
span { border-color: #492AFC; }
span { border-color: rgb(73,42,252); }
td.TdClassName
{
border-color: #492AFC;
}
.TagClassName
{
border-color: #492AFC;
}
</style>