Shades of Han Purple #492ADC
Tints of Han Purple #492ADC
RGB
CMYK
RGB Variations
Color information
#492ADC (or 0x492ADC) is known color: Han Purple. HEX triplet: 49, 2A and DC. RGB value is (73,42,220). Sum of RGB (Red+Green+Blue) = 73+42+220=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #492ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ADC is #B6D523. Grayscale: #464646. Windows color (decimal): -11982116 or 14428745. OLE color: 14428745.
HSL color Cylindrical-coordinate representation of color #492ADC: hue angle of 250.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492ADC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 42 | 220 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.14 |
| HSL | 250.45º | 0.72% | 0.51% | - |
| HSV(B) | 250.45º | 0.81% | 0.86% | - |
| XYZ | 16.49 | 8.24 | 68.43 | - |
| YUV | 71.56 | 211.77 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 220 | 0.67 | 0.81 | 0 | 0.14 | 250.45 | 0.72 | 0.51 |
| Hex | 49 | 2A | DC | 43 | 51 | 0 | E | FA | 48 | 33 |
| Octal | 111 | 52 | 334 | 103 | 121 | 0 | 16 | 372 | 110 | 63 |
| Binary | 1001001 | 101010 | 11011100 | 1000011 | 1010001 | 0 | 1110 | 11111010 | 1001000 | 110011 |
Color Harmonies of #492ADC
Complementary color
Monochromatic Colors of #492ADC
Black with #492ADC
Text Example
Text Example
White with #492ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492ADC; }
p { color: rgb(73,42,220); }
H1.HeaderClassName
{
color: #492ADC;
}
.AnyTagClassName
{
color: #492ADC;
}
</style>
background-color css
<style>
a { background-color: #492ADC; }
a { background-color: rgb(73,42,220); }
div.DivClassName
{
background-color: #492ADC;
}
.BgClassName
{
background-color: #492ADC;
}
</style>
border-color css
<style>
span { border-color: #492ADC; }
span { border-color: rgb(73,42,220); }
td.TdClassName
{
border-color: #492ADC;
}
.TagClassName
{
border-color: #492ADC;
}
</style>