Shades of Han Purple #490BDF
Tints of Han Purple #490BDF
RGB
CMYK
RGB Variations
Color information
#490BDF (or 0x490BDF) is known color: Han Purple. HEX triplet: 49, 0B and DF. RGB value is (73,11,223). Sum of RGB (Red+Green+Blue) = 73+11+223=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #490BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BDF is #B6F420. Grayscale: #343434. Windows color (decimal): -11990049 or 14617417. OLE color: 14617417.
HSL color Cylindrical-coordinate representation of color #490BDF: hue angle of 257.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BDF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 11 | 223 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.13 |
| HSL | 257.55º | 0.91% | 0.46% | - |
| HSV(B) | 257.55º | 0.95% | 0.87% | - |
| XYZ | 16.19 | 6.98 | 70.31 | - |
| YUV | 53.71 | 223.54 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 223 | 0.67 | 0.95 | 0 | 0.13 | 257.55 | 0.91 | 0.46 |
| Hex | 49 | B | DF | 43 | 5F | 0 | D | 102 | 5B | 2E |
| Octal | 111 | 13 | 337 | 103 | 137 | 0 | 15 | 402 | 133 | 56 |
| Binary | 1001001 | 1011 | 11011111 | 1000011 | 1011111 | 0 | 1101 | 100000010 | 1011011 | 101110 |
Color Harmonies of #490BDF
Complementary color
Monochromatic Colors of #490BDF
Black with #490BDF
Text Example
Text Example
White with #490BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BDF; }
p { color: rgb(73,11,223); }
H1.HeaderClassName
{
color: #490BDF;
}
.AnyTagClassName
{
color: #490BDF;
}
</style>
background-color css
<style>
a { background-color: #490BDF; }
a { background-color: rgb(73,11,223); }
div.DivClassName
{
background-color: #490BDF;
}
.BgClassName
{
background-color: #490BDF;
}
</style>
border-color css
<style>
span { border-color: #490BDF; }
span { border-color: rgb(73,11,223); }
td.TdClassName
{
border-color: #490BDF;
}
.TagClassName
{
border-color: #490BDF;
}
</style>