Shades of Han Purple #492FDF
Tints of Han Purple #492FDF
RGB
CMYK
RGB Variations
Color information
#492FDF (or 0x492FDF) is known color: Han Purple. HEX triplet: 49, 2F and DF. RGB value is (73,47,223). Sum of RGB (Red+Green+Blue) = 73+47+223=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #492FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FDF is #B6D020. Grayscale: #4A4A4A. Windows color (decimal): -11980833 or 14626633. OLE color: 14626633.
HSL color Cylindrical-coordinate representation of color #492FDF: hue angle of 248.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492FDF is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 47 | 223 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.13 |
| HSL | 248.86º | 0.73% | 0.53% | - |
| HSV(B) | 248.86º | 0.79% | 0.87% | - |
| XYZ | 17.08 | 8.78 | 70.61 | - |
| YUV | 74.84 | 211.61 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 223 | 0.67 | 0.79 | 0 | 0.13 | 248.86 | 0.73 | 0.53 |
| Hex | 49 | 2F | DF | 43 | 4F | 0 | D | F9 | 49 | 35 |
| Octal | 111 | 57 | 337 | 103 | 117 | 0 | 15 | 371 | 111 | 65 |
| Binary | 1001001 | 101111 | 11011111 | 1000011 | 1001111 | 0 | 1101 | 11111001 | 1001001 | 110101 |
Color Harmonies of #492FDF
Complementary color
Monochromatic Colors of #492FDF
Black with #492FDF
Text Example
Text Example
White with #492FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FDF; }
p { color: rgb(73,47,223); }
H1.HeaderClassName
{
color: #492FDF;
}
.AnyTagClassName
{
color: #492FDF;
}
</style>
background-color css
<style>
a { background-color: #492FDF; }
a { background-color: rgb(73,47,223); }
div.DivClassName
{
background-color: #492FDF;
}
.BgClassName
{
background-color: #492FDF;
}
</style>
border-color css
<style>
span { border-color: #492FDF; }
span { border-color: rgb(73,47,223); }
td.TdClassName
{
border-color: #492FDF;
}
.TagClassName
{
border-color: #492FDF;
}
</style>