Shades of Han Purple #4900CF
Tints of Han Purple #4900CF
RGB
CMYK
RGB Variations
Color information
#4900CF (or 0x4900CF) is known color: Han Purple. HEX triplet: 49, 00 and CF. RGB value is (73,0,207). Sum of RGB (Red+Green+Blue) = 73+0+207=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #4900CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900CF is #B6FF30. Grayscale: #2C2C2C. Windows color (decimal): -11992881 or 13566025. OLE color: 13566025.
HSL color Cylindrical-coordinate representation of color #4900CF: hue angle of 261.16º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900CF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 0 | 207 | - |
| CMYK | 0.65 | 1 | 0 | 0.19 |
| HSL | 261.16º | 1% | 0.41% | - |
| HSV(B) | 261.16º | 1% | 0.81% | - |
| XYZ | 14.01 | 5.92 | 59.44 | - |
| YUV | 45.43 | 219.18 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 207 | 0.65 | 1 | 0 | 0.19 | 261.16 | 1 | 0.41 |
| Hex | 49 | 0 | CF | 41 | 64 | 0 | 13 | 105 | 64 | 29 |
| Octal | 111 | 0 | 317 | 101 | 144 | 0 | 23 | 405 | 144 | 51 |
| Binary | 1001001 | 0 | 11001111 | 1000001 | 1100100 | 0 | 10011 | 100000101 | 1100100 | 101001 |
Color Harmonies of #4900CF
Complementary color
Monochromatic Colors of #4900CF
Black with #4900CF
Text Example
Text Example
White with #4900CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900CF; }
p { color: rgb(73,0,207); }
H1.HeaderClassName
{
color: #4900CF;
}
.AnyTagClassName
{
color: #4900CF;
}
</style>
background-color css
<style>
a { background-color: #4900CF; }
a { background-color: rgb(73,0,207); }
div.DivClassName
{
background-color: #4900CF;
}
.BgClassName
{
background-color: #4900CF;
}
</style>
border-color css
<style>
span { border-color: #4900CF; }
span { border-color: rgb(73,0,207); }
td.TdClassName
{
border-color: #4900CF;
}
.TagClassName
{
border-color: #4900CF;
}
</style>