Shades of Han Purple #490CDD
Tints of Han Purple #490CDD
RGB
CMYK
RGB Variations
Color information
#490CDD (or 0x490CDD) is known color: Han Purple. HEX triplet: 49, 0C and DD. RGB value is (73,12,221). Sum of RGB (Red+Green+Blue) = 73+12+221=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #490CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CDD is #B6F322. Grayscale: #353535. Windows color (decimal): -11989795 or 14486601. OLE color: 14486601.
HSL color Cylindrical-coordinate representation of color #490CDD: hue angle of 257.51º degrees, saturation: 0.9, 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 #490CDD is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 12 | 221 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.13 |
| HSL | 257.51º | 0.9% | 0.46% | - |
| HSV(B) | 257.51º | 0.95% | 0.87% | - |
| XYZ | 15.93 | 6.9 | 68.9 | - |
| YUV | 54.07 | 222.21 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 221 | 0.67 | 0.95 | 0 | 0.13 | 257.51 | 0.9 | 0.46 |
| Hex | 49 | C | DD | 43 | 5F | 0 | D | 102 | 5A | 2E |
| Octal | 111 | 14 | 335 | 103 | 137 | 0 | 15 | 402 | 132 | 56 |
| Binary | 1001001 | 1100 | 11011101 | 1000011 | 1011111 | 0 | 1101 | 100000010 | 1011010 | 101110 |
Color Harmonies of #490CDD
Complementary color
Monochromatic Colors of #490CDD
Black with #490CDD
Text Example
Text Example
White with #490CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CDD; }
p { color: rgb(73,12,221); }
H1.HeaderClassName
{
color: #490CDD;
}
.AnyTagClassName
{
color: #490CDD;
}
</style>
background-color css
<style>
a { background-color: #490CDD; }
a { background-color: rgb(73,12,221); }
div.DivClassName
{
background-color: #490CDD;
}
.BgClassName
{
background-color: #490CDD;
}
</style>
border-color css
<style>
span { border-color: #490CDD; }
span { border-color: rgb(73,12,221); }
td.TdClassName
{
border-color: #490CDD;
}
.TagClassName
{
border-color: #490CDD;
}
</style>