Shades of Han Purple #4900D1
Tints of Han Purple #4900D1
RGB
CMYK
RGB Variations
Color information
#4900D1 (or 0x4900D1) is known color: Han Purple. HEX triplet: 49, 00 and D1. RGB value is (73,0,209). Sum of RGB (Red+Green+Blue) = 73+0+209=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 209 (82.03% from 255 or 74.11% from 282); Max value from RGB is 209 - color contains mainly: blue. Hex color #4900D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900D1 is #B6FF2E. Grayscale: #2C2C2C. Windows color (decimal): -11992879 or 13697097. OLE color: 13697097.
HSL color Cylindrical-coordinate representation of color #4900D1: hue angle of 260.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900D1 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 0 | 209 | - |
| CMYK | 0.65 | 1 | 0 | 0.18 |
| HSL | 260.96º | 1% | 0.41% | - |
| HSV(B) | 260.96º | 1% | 0.82% | - |
| XYZ | 14.26 | 6.02 | 60.73 | - |
| YUV | 45.65 | 220.18 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 209 | 0.65 | 1 | 0 | 0.18 | 260.96 | 1 | 0.41 |
| Hex | 49 | 0 | D1 | 41 | 64 | 0 | 12 | 105 | 64 | 29 |
| Octal | 111 | 0 | 321 | 101 | 144 | 0 | 22 | 405 | 144 | 51 |
| Binary | 1001001 | 0 | 11010001 | 1000001 | 1100100 | 0 | 10010 | 100000101 | 1100100 | 101001 |
Color Harmonies of #4900D1
Complementary color
Monochromatic Colors of #4900D1
Black with #4900D1
Text Example
Text Example
White with #4900D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900D1; }
p { color: rgb(73,0,209); }
H1.HeaderClassName
{
color: #4900D1;
}
.AnyTagClassName
{
color: #4900D1;
}
</style>
background-color css
<style>
a { background-color: #4900D1; }
a { background-color: rgb(73,0,209); }
div.DivClassName
{
background-color: #4900D1;
}
.BgClassName
{
background-color: #4900D1;
}
</style>
border-color css
<style>
span { border-color: #4900D1; }
span { border-color: rgb(73,0,209); }
td.TdClassName
{
border-color: #4900D1;
}
.TagClassName
{
border-color: #4900D1;
}
</style>