Shades of Han Purple #490CF2
Tints of Han Purple #490CF2
RGB
CMYK
RGB Variations
Color information
#490CF2 (or 0x490CF2) is known color: Han Purple. HEX triplet: 49, 0C and F2. RGB value is (73,12,242). Sum of RGB (Red+Green+Blue) = 73+12+242=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 242 (94.92% from 255 or 74.01% from 327); Max value from RGB is 242 - color contains mainly: blue. Hex color #490CF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CF2 is #B6F30D. Grayscale: #373737. Windows color (decimal): -11989774 or 15862857. OLE color: 15862857.
HSL color Cylindrical-coordinate representation of color #490CF2: hue angle of 255.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CF2 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 12 | 242 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.05 |
| HSL | 255.91º | 0.91% | 0.5% | - |
| HSV(B) | 255.91º | 0.95% | 0.95% | - |
| XYZ | 18.91 | 8.09 | 84.57 | - |
| YUV | 56.46 | 232.71 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 242 | 0.70 | 0.95 | 0 | 0.05 | 255.91 | 0.91 | 0.5 |
| Hex | 49 | C | F2 | 46 | 5F | 0 | 5 | 100 | 5B | 32 |
| Octal | 111 | 14 | 362 | 106 | 137 | 0 | 5 | 400 | 133 | 62 |
| Binary | 1001001 | 1100 | 11110010 | 1000110 | 1011111 | 0 | 101 | 100000000 | 1011011 | 110010 |
Color Harmonies of #490CF2
Complementary color
Monochromatic Colors of #490CF2
Black with #490CF2
Text Example
Text Example
White with #490CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CF2; }
p { color: rgb(73,12,242); }
H1.HeaderClassName
{
color: #490CF2;
}
.AnyTagClassName
{
color: #490CF2;
}
</style>
background-color css
<style>
a { background-color: #490CF2; }
a { background-color: rgb(73,12,242); }
div.DivClassName
{
background-color: #490CF2;
}
.BgClassName
{
background-color: #490CF2;
}
</style>
border-color css
<style>
span { border-color: #490CF2; }
span { border-color: rgb(73,12,242); }
td.TdClassName
{
border-color: #490CF2;
}
.TagClassName
{
border-color: #490CF2;
}
</style>