Shades of Han Purple #490BCF
Tints of Han Purple #490BCF
RGB
CMYK
RGB Variations
Color information
#490BCF (or 0x490BCF) is known color: Han Purple. HEX triplet: 49, 0B and CF. RGB value is (73,11,207). Sum of RGB (Red+Green+Blue) = 73+11+207=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #490BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BCF is #B6F430. Grayscale: #333333. Windows color (decimal): -11990065 or 13568841. OLE color: 13568841.
HSL color Cylindrical-coordinate representation of color #490BCF: hue angle of 258.98º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BCF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 11 | 207 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.19 |
| HSL | 258.98º | 0.9% | 0.43% | - |
| HSV(B) | 258.98º | 0.95% | 0.81% | - |
| XYZ | 14.13 | 6.16 | 59.48 | - |
| YUV | 51.88 | 215.54 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 207 | 0.65 | 0.95 | 0 | 0.19 | 258.98 | 0.9 | 0.43 |
| Hex | 49 | B | CF | 41 | 5F | 0 | 13 | 103 | 5A | 2B |
| Octal | 111 | 13 | 317 | 101 | 137 | 0 | 23 | 403 | 132 | 53 |
| Binary | 1001001 | 1011 | 11001111 | 1000001 | 1011111 | 0 | 10011 | 100000011 | 1011010 | 101011 |
Color Harmonies of #490BCF
Complementary color
Monochromatic Colors of #490BCF
Black with #490BCF
Text Example
Text Example
White with #490BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BCF; }
p { color: rgb(73,11,207); }
H1.HeaderClassName
{
color: #490BCF;
}
.AnyTagClassName
{
color: #490BCF;
}
</style>
background-color css
<style>
a { background-color: #490BCF; }
a { background-color: rgb(73,11,207); }
div.DivClassName
{
background-color: #490BCF;
}
.BgClassName
{
background-color: #490BCF;
}
</style>
border-color css
<style>
span { border-color: #490BCF; }
span { border-color: rgb(73,11,207); }
td.TdClassName
{
border-color: #490BCF;
}
.TagClassName
{
border-color: #490BCF;
}
</style>