Shades of Han Purple #492ADD
Tints of Han Purple #492ADD
RGB
CMYK
RGB Variations
Color information
#492ADD (or 0x492ADD) is known color: Han Purple. HEX triplet: 49, 2A and DD. RGB value is (73,42,221). Sum of RGB (Red+Green+Blue) = 73+42+221=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #492ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ADD is #B6D522. Grayscale: #464646. Windows color (decimal): -11982115 or 14494281. OLE color: 14494281.
HSL color Cylindrical-coordinate representation of color #492ADD: hue angle of 250.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492ADD is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 42 | 221 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.13 |
| HSL | 250.39º | 0.72% | 0.52% | - |
| HSV(B) | 250.39º | 0.81% | 0.87% | - |
| XYZ | 16.63 | 8.29 | 69.13 | - |
| YUV | 71.68 | 212.27 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 221 | 0.67 | 0.81 | 0 | 0.13 | 250.39 | 0.72 | 0.52 |
| Hex | 49 | 2A | DD | 43 | 51 | 0 | D | FA | 48 | 34 |
| Octal | 111 | 52 | 335 | 103 | 121 | 0 | 15 | 372 | 110 | 64 |
| Binary | 1001001 | 101010 | 11011101 | 1000011 | 1010001 | 0 | 1101 | 11111010 | 1001000 | 110100 |
Color Harmonies of #492ADD
Complementary color
Monochromatic Colors of #492ADD
Black with #492ADD
Text Example
Text Example
White with #492ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492ADD; }
p { color: rgb(73,42,221); }
H1.HeaderClassName
{
color: #492ADD;
}
.AnyTagClassName
{
color: #492ADD;
}
</style>
background-color css
<style>
a { background-color: #492ADD; }
a { background-color: rgb(73,42,221); }
div.DivClassName
{
background-color: #492ADD;
}
.BgClassName
{
background-color: #492ADD;
}
</style>
border-color css
<style>
span { border-color: #492ADD; }
span { border-color: rgb(73,42,221); }
td.TdClassName
{
border-color: #492ADD;
}
.TagClassName
{
border-color: #492ADD;
}
</style>