Shades of Han Purple #492BDA
Tints of Han Purple #492BDA
RGB
CMYK
RGB Variations
Color information
#492BDA (or 0x492BDA) is known color: Han Purple. HEX triplet: 49, 2B and DA. RGB value is (73,43,218). Sum of RGB (Red+Green+Blue) = 73+43+218=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #492BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BDA is #B6D425. Grayscale: #474747. Windows color (decimal): -11981862 or 14297929. OLE color: 14297929.
HSL color Cylindrical-coordinate representation of color #492BDA: hue angle of 250.29º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492BDA is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 43 | 218 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.15 |
| HSL | 250.29º | 0.7% | 0.51% | - |
| HSV(B) | 250.29º | 0.8% | 0.85% | - |
| XYZ | 16.27 | 8.21 | 67.06 | - |
| YUV | 71.92 | 210.44 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 218 | 0.67 | 0.80 | 0 | 0.15 | 250.29 | 0.7 | 0.51 |
| Hex | 49 | 2B | DA | 43 | 50 | 0 | F | FA | 46 | 33 |
| Octal | 111 | 53 | 332 | 103 | 120 | 0 | 17 | 372 | 106 | 63 |
| Binary | 1001001 | 101011 | 11011010 | 1000011 | 1010000 | 0 | 1111 | 11111010 | 1000110 | 110011 |
Color Harmonies of #492BDA
Complementary color
Monochromatic Colors of #492BDA
Black with #492BDA
Text Example
Text Example
White with #492BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BDA; }
p { color: rgb(73,43,218); }
H1.HeaderClassName
{
color: #492BDA;
}
.AnyTagClassName
{
color: #492BDA;
}
</style>
background-color css
<style>
a { background-color: #492BDA; }
a { background-color: rgb(73,43,218); }
div.DivClassName
{
background-color: #492BDA;
}
.BgClassName
{
background-color: #492BDA;
}
</style>
border-color css
<style>
span { border-color: #492BDA; }
span { border-color: rgb(73,43,218); }
td.TdClassName
{
border-color: #492BDA;
}
.TagClassName
{
border-color: #492BDA;
}
</style>