Shades of Han Purple #490BFE
Tints of Han Purple #490BFE
RGB
CMYK
RGB Variations
Color information
#490BFE (or 0x490BFE) is known color: Han Purple. HEX triplet: 49, 0B and FE. RGB value is (73,11,254). Sum of RGB (Red+Green+Blue) = 73+11+254=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #490BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490BFE is #B6F401. Grayscale: #383838. Windows color (decimal): -11990018 or 16649033. OLE color: 16649033.
HSL color Cylindrical-coordinate representation of color #490BFE: hue angle of 255.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490BFE is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 11 | 254 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.00 |
| HSL | 255.31º | 0.99% | 0.52% | - |
| HSV(B) | 255.31º | 0.96% | 1% | - |
| XYZ | 20.76 | 8.81 | 94.37 | - |
| YUV | 57.24 | 239.04 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 254 | 0.71 | 0.96 | 0 | 0.00 | 255.31 | 0.99 | 0.52 |
| Hex | 49 | B | FE | 47 | 60 | 0 | 0 | FF | 63 | 34 |
| Octal | 111 | 13 | 376 | 107 | 140 | 0 | 0 | 377 | 143 | 64 |
| Binary | 1001001 | 1011 | 11111110 | 1000111 | 1100000 | 0 | 0 | 11111111 | 1100011 | 110100 |
Color Harmonies of #490BFE
Complementary color
Monochromatic Colors of #490BFE
Black with #490BFE
Text Example
Text Example
White with #490BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BFE; }
p { color: rgb(73,11,254); }
H1.HeaderClassName
{
color: #490BFE;
}
.AnyTagClassName
{
color: #490BFE;
}
</style>
background-color css
<style>
a { background-color: #490BFE; }
a { background-color: rgb(73,11,254); }
div.DivClassName
{
background-color: #490BFE;
}
.BgClassName
{
background-color: #490BFE;
}
</style>
border-color css
<style>
span { border-color: #490BFE; }
span { border-color: rgb(73,11,254); }
td.TdClassName
{
border-color: #490BFE;
}
.TagClassName
{
border-color: #490BFE;
}
</style>