Shades of Han Purple #492FFF
Tints of Han Purple #492FFF
RGB
CMYK
RGB Variations
Color information
#492FFF (or 0x492FFF) is known color: Han Purple. HEX triplet: 49, 2F and FF. RGB value is (73,47,255). Sum of RGB (Red+Green+Blue) = 73+47+255=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #492FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492FFF is #B6D000. Grayscale: #4D4D4D. Windows color (decimal): -11980801 or 16723785. OLE color: 16723785.
HSL color Cylindrical-coordinate representation of color #492FFF: hue angle of 247.5º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492FFF is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 47 | 255 | - |
| CMYK | 0.71 | 0.82 | 0 | 0 |
| HSL | 247.5º | 1% | 0.59% | - |
| HSV(B) | 247.5º | 0.82% | 1% | - |
| XYZ | 21.81 | 10.67 | 95.52 | - |
| YUV | 78.49 | 227.61 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 255 | 0.71 | 0.82 | 0 | 0 | 247.5 | 1 | 0.59 |
| Hex | 49 | 2F | FF | 47 | 52 | 0 | 0 | F8 | 64 | 3B |
| Octal | 111 | 57 | 377 | 107 | 122 | 0 | 0 | 370 | 144 | 73 |
| Binary | 1001001 | 101111 | 11111111 | 1000111 | 1010010 | 0 | 0 | 11111000 | 1100100 | 111011 |
Color Harmonies of #492FFF
Complementary color
Monochromatic Colors of #492FFF
Black with #492FFF
Text Example
Text Example
White with #492FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FFF; }
p { color: rgb(73,47,255); }
H1.HeaderClassName
{
color: #492FFF;
}
.AnyTagClassName
{
color: #492FFF;
}
</style>
background-color css
<style>
a { background-color: #492FFF; }
a { background-color: rgb(73,47,255); }
div.DivClassName
{
background-color: #492FFF;
}
.BgClassName
{
background-color: #492FFF;
}
</style>
border-color css
<style>
span { border-color: #492FFF; }
span { border-color: rgb(73,47,255); }
td.TdClassName
{
border-color: #492FFF;
}
.TagClassName
{
border-color: #492FFF;
}
</style>