Shades of Han Purple #492CFC
Tints of Han Purple #492CFC
RGB
CMYK
RGB Variations
Color information
#492CFC (or 0x492CFC) is known color: Han Purple. HEX triplet: 49, 2C and FC. RGB value is (73,44,252). Sum of RGB (Red+Green+Blue) = 73+44+252=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #492CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CFC is #B6D303. Grayscale: #4B4B4B. Windows color (decimal): -11981572 or 16526409. OLE color: 16526409.
HSL color Cylindrical-coordinate representation of color #492CFC: hue angle of 248.37º 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 #492CFC is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 44 | 252 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.01 |
| HSL | 248.37º | 0.97% | 0.58% | - |
| HSV(B) | 248.37º | 0.83% | 0.99% | - |
| XYZ | 21.22 | 10.25 | 92.95 | - |
| YUV | 76.38 | 227.11 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 252 | 0.71 | 0.83 | 0 | 0.01 | 248.37 | 0.97 | 0.58 |
| Hex | 49 | 2C | FC | 47 | 53 | 0 | 1 | F8 | 61 | 3A |
| Octal | 111 | 54 | 374 | 107 | 123 | 0 | 1 | 370 | 141 | 72 |
| Binary | 1001001 | 101100 | 11111100 | 1000111 | 1010011 | 0 | 1 | 11111000 | 1100001 | 111010 |
Color Harmonies of #492CFC
Complementary color
Monochromatic Colors of #492CFC
Black with #492CFC
Text Example
Text Example
White with #492CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CFC; }
p { color: rgb(73,44,252); }
H1.HeaderClassName
{
color: #492CFC;
}
.AnyTagClassName
{
color: #492CFC;
}
</style>
background-color css
<style>
a { background-color: #492CFC; }
a { background-color: rgb(73,44,252); }
div.DivClassName
{
background-color: #492CFC;
}
.BgClassName
{
background-color: #492CFC;
}
</style>
border-color css
<style>
span { border-color: #492CFC; }
span { border-color: rgb(73,44,252); }
td.TdClassName
{
border-color: #492CFC;
}
.TagClassName
{
border-color: #492CFC;
}
</style>