Shades of Han Purple #492BFC
Tints of Han Purple #492BFC
RGB
CMYK
RGB Variations
Color information
#492BFC (or 0x492BFC) is known color: Han Purple. HEX triplet: 49, 2B and FC. RGB value is (73,43,252). Sum of RGB (Red+Green+Blue) = 73+43+252=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #492BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BFC is #B6D403. Grayscale: #4A4A4A. Windows color (decimal): -11981828 or 16526153. OLE color: 16526153.
HSL color Cylindrical-coordinate representation of color #492BFC: hue angle of 248.61º 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 #492BFC is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 43 | 252 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.01 |
| HSL | 248.61º | 0.97% | 0.58% | - |
| HSV(B) | 248.61º | 0.83% | 0.99% | - |
| XYZ | 21.18 | 10.17 | 92.94 | - |
| YUV | 75.8 | 227.44 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 252 | 0.71 | 0.83 | 0 | 0.01 | 248.61 | 0.97 | 0.58 |
| Hex | 49 | 2B | FC | 47 | 53 | 0 | 1 | F9 | 61 | 3A |
| Octal | 111 | 53 | 374 | 107 | 123 | 0 | 1 | 371 | 141 | 72 |
| Binary | 1001001 | 101011 | 11111100 | 1000111 | 1010011 | 0 | 1 | 11111001 | 1100001 | 111010 |
Color Harmonies of #492BFC
Complementary color
Monochromatic Colors of #492BFC
Black with #492BFC
Text Example
Text Example
White with #492BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BFC; }
p { color: rgb(73,43,252); }
H1.HeaderClassName
{
color: #492BFC;
}
.AnyTagClassName
{
color: #492BFC;
}
</style>
background-color css
<style>
a { background-color: #492BFC; }
a { background-color: rgb(73,43,252); }
div.DivClassName
{
background-color: #492BFC;
}
.BgClassName
{
background-color: #492BFC;
}
</style>
border-color css
<style>
span { border-color: #492BFC; }
span { border-color: rgb(73,43,252); }
td.TdClassName
{
border-color: #492BFC;
}
.TagClassName
{
border-color: #492BFC;
}
</style>