Shades of Han Purple #4900CE
Tints of Han Purple #4900CE
RGB
CMYK
RGB Variations
Color information
#4900CE (or 0x4900CE) is known color: Han Purple. HEX triplet: 49, 00 and CE. RGB value is (73,0,206). Sum of RGB (Red+Green+Blue) = 73+0+206=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #4900CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900CE is #B6FF31. Grayscale: #2C2C2C. Windows color (decimal): -11992882 or 13500489. OLE color: 13500489.
HSL color Cylindrical-coordinate representation of color #4900CE: hue angle of 261.26º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900CE is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 0 | 206 | - |
| CMYK | 0.65 | 1 | 0 | 0.19 |
| HSL | 261.26º | 1% | 0.4% | - |
| HSV(B) | 261.26º | 1% | 0.81% | - |
| XYZ | 13.89 | 5.87 | 58.79 | - |
| YUV | 45.31 | 218.68 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 206 | 0.65 | 1 | 0 | 0.19 | 261.26 | 1 | 0.4 |
| Hex | 49 | 0 | CE | 41 | 64 | 0 | 13 | 105 | 64 | 28 |
| Octal | 111 | 0 | 316 | 101 | 144 | 0 | 23 | 405 | 144 | 50 |
| Binary | 1001001 | 0 | 11001110 | 1000001 | 1100100 | 0 | 10011 | 100000101 | 1100100 | 101000 |
Color Harmonies of #4900CE
Complementary color
Monochromatic Colors of #4900CE
Black with #4900CE
Text Example
Text Example
White with #4900CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900CE; }
p { color: rgb(73,0,206); }
H1.HeaderClassName
{
color: #4900CE;
}
.AnyTagClassName
{
color: #4900CE;
}
</style>
background-color css
<style>
a { background-color: #4900CE; }
a { background-color: rgb(73,0,206); }
div.DivClassName
{
background-color: #4900CE;
}
.BgClassName
{
background-color: #4900CE;
}
</style>
border-color css
<style>
span { border-color: #4900CE; }
span { border-color: rgb(73,0,206); }
td.TdClassName
{
border-color: #4900CE;
}
.TagClassName
{
border-color: #4900CE;
}
</style>