Shades of Han Purple #490BDC
Tints of Han Purple #490BDC
RGB
CMYK
RGB Variations
Color information
#490BDC (or 0x490BDC) is known color: Han Purple. HEX triplet: 49, 0B and DC. RGB value is (73,11,220). Sum of RGB (Red+Green+Blue) = 73+11+220=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #490BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BDC is #B6F423. Grayscale: #343434. Windows color (decimal): -11990052 or 14420809. OLE color: 14420809.
HSL color Cylindrical-coordinate representation of color #490BDC: hue angle of 257.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BDC is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 11 | 220 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.14 |
| HSL | 257.8º | 0.9% | 0.45% | - |
| HSV(B) | 257.8º | 0.95% | 0.86% | - |
| XYZ | 15.79 | 6.82 | 68.2 | - |
| YUV | 53.36 | 222.04 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 220 | 0.67 | 0.95 | 0 | 0.14 | 257.8 | 0.9 | 0.45 |
| Hex | 49 | B | DC | 43 | 5F | 0 | E | 102 | 5A | 2D |
| Octal | 111 | 13 | 334 | 103 | 137 | 0 | 16 | 402 | 132 | 55 |
| Binary | 1001001 | 1011 | 11011100 | 1000011 | 1011111 | 0 | 1110 | 100000010 | 1011010 | 101101 |
Color Harmonies of #490BDC
Complementary color
Monochromatic Colors of #490BDC
Black with #490BDC
Text Example
Text Example
White with #490BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BDC; }
p { color: rgb(73,11,220); }
H1.HeaderClassName
{
color: #490BDC;
}
.AnyTagClassName
{
color: #490BDC;
}
</style>
background-color css
<style>
a { background-color: #490BDC; }
a { background-color: rgb(73,11,220); }
div.DivClassName
{
background-color: #490BDC;
}
.BgClassName
{
background-color: #490BDC;
}
</style>
border-color css
<style>
span { border-color: #490BDC; }
span { border-color: rgb(73,11,220); }
td.TdClassName
{
border-color: #490BDC;
}
.TagClassName
{
border-color: #490BDC;
}
</style>