Shades of Han Purple #4900D0
Tints of Han Purple #4900D0
RGB
CMYK
RGB Variations
Color information
#4900D0 (or 0x4900D0) is known color: Han Purple. HEX triplet: 49, 00 and D0. RGB value is (73,0,208). Sum of RGB (Red+Green+Blue) = 73+0+208=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 208 (81.64% from 255 or 74.02% from 281); Max value from RGB is 208 - color contains mainly: blue. Hex color #4900D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900D0 is #B6FF2F. Grayscale: #2C2C2C. Windows color (decimal): -11992880 or 13631561. OLE color: 13631561.
HSL color Cylindrical-coordinate representation of color #4900D0: hue angle of 261.06º 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 #4900D0 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 0 | 208 | - |
| CMYK | 0.65 | 1 | 0 | 0.18 |
| HSL | 261.06º | 1% | 0.41% | - |
| HSV(B) | 261.06º | 1% | 0.82% | - |
| XYZ | 14.13 | 5.97 | 60.08 | - |
| YUV | 45.54 | 219.68 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 208 | 0.65 | 1 | 0 | 0.18 | 261.06 | 1 | 0.41 |
| Hex | 49 | 0 | D0 | 41 | 64 | 0 | 12 | 105 | 64 | 29 |
| Octal | 111 | 0 | 320 | 101 | 144 | 0 | 22 | 405 | 144 | 51 |
| Binary | 1001001 | 0 | 11010000 | 1000001 | 1100100 | 0 | 10010 | 100000101 | 1100100 | 101001 |
Color Harmonies of #4900D0
Complementary color
Monochromatic Colors of #4900D0
Black with #4900D0
Text Example
Text Example
White with #4900D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900D0; }
p { color: rgb(73,0,208); }
H1.HeaderClassName
{
color: #4900D0;
}
.AnyTagClassName
{
color: #4900D0;
}
</style>
background-color css
<style>
a { background-color: #4900D0; }
a { background-color: rgb(73,0,208); }
div.DivClassName
{
background-color: #4900D0;
}
.BgClassName
{
background-color: #4900D0;
}
</style>
border-color css
<style>
span { border-color: #4900D0; }
span { border-color: rgb(73,0,208); }
td.TdClassName
{
border-color: #4900D0;
}
.TagClassName
{
border-color: #4900D0;
}
</style>