Shades of Han Purple #492DFC
Tints of Han Purple #492DFC
RGB
CMYK
RGB Variations
Color information
#492DFC (or 0x492DFC) is known color: Han Purple. HEX triplet: 49, 2D and FC. RGB value is (73,45,252). Sum of RGB (Red+Green+Blue) = 73+45+252=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #492DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492DFC is #B6D203. Grayscale: #4C4C4C. Windows color (decimal): -11981316 or 16526665. OLE color: 16526665.
HSL color Cylindrical-coordinate representation of color #492DFC: hue angle of 248.12º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492DFC is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 45 | 252 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.01 |
| HSL | 248.12º | 0.97% | 0.58% | - |
| HSV(B) | 248.12º | 0.82% | 0.99% | - |
| XYZ | 21.26 | 10.32 | 92.97 | - |
| YUV | 76.97 | 226.78 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 252 | 0.71 | 0.82 | 0 | 0.01 | 248.12 | 0.97 | 0.58 |
| Hex | 49 | 2D | FC | 47 | 52 | 0 | 1 | F8 | 61 | 3A |
| Octal | 111 | 55 | 374 | 107 | 122 | 0 | 1 | 370 | 141 | 72 |
| Binary | 1001001 | 101101 | 11111100 | 1000111 | 1010010 | 0 | 1 | 11111000 | 1100001 | 111010 |
Color Harmonies of #492DFC
Complementary color
Monochromatic Colors of #492DFC
Black with #492DFC
Text Example
Text Example
White with #492DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DFC; }
p { color: rgb(73,45,252); }
H1.HeaderClassName
{
color: #492DFC;
}
.AnyTagClassName
{
color: #492DFC;
}
</style>
background-color css
<style>
a { background-color: #492DFC; }
a { background-color: rgb(73,45,252); }
div.DivClassName
{
background-color: #492DFC;
}
.BgClassName
{
background-color: #492DFC;
}
</style>
border-color css
<style>
span { border-color: #492DFC; }
span { border-color: rgb(73,45,252); }
td.TdClassName
{
border-color: #492DFC;
}
.TagClassName
{
border-color: #492DFC;
}
</style>