Shades of Han Purple #490BEA
Tints of Han Purple #490BEA
RGB
CMYK
RGB Variations
Color information
#490BEA (or 0x490BEA) is known color: Han Purple. HEX triplet: 49, 0B and EA. RGB value is (73,11,234). Sum of RGB (Red+Green+Blue) = 73+11+234=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #490BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490BEA is #B6F415. Grayscale: #363636. Windows color (decimal): -11990038 or 15338313. OLE color: 15338313.
HSL color Cylindrical-coordinate representation of color #490BEA: hue angle of 256.68º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BEA is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 11 | 234 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.08 |
| HSL | 256.68º | 0.91% | 0.48% | - |
| HSV(B) | 256.68º | 0.95% | 0.92% | - |
| XYZ | 17.72 | 7.6 | 78.37 | - |
| YUV | 54.96 | 229.04 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 234 | 0.69 | 0.95 | 0 | 0.08 | 256.68 | 0.91 | 0.48 |
| Hex | 49 | B | EA | 45 | 5F | 0 | 8 | 101 | 5B | 30 |
| Octal | 111 | 13 | 352 | 105 | 137 | 0 | 10 | 401 | 133 | 60 |
| Binary | 1001001 | 1011 | 11101010 | 1000101 | 1011111 | 0 | 1000 | 100000001 | 1011011 | 110000 |
Color Harmonies of #490BEA
Complementary color
Monochromatic Colors of #490BEA
Black with #490BEA
Text Example
Text Example
White with #490BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BEA; }
p { color: rgb(73,11,234); }
H1.HeaderClassName
{
color: #490BEA;
}
.AnyTagClassName
{
color: #490BEA;
}
</style>
background-color css
<style>
a { background-color: #490BEA; }
a { background-color: rgb(73,11,234); }
div.DivClassName
{
background-color: #490BEA;
}
.BgClassName
{
background-color: #490BEA;
}
</style>
border-color css
<style>
span { border-color: #490BEA; }
span { border-color: rgb(73,11,234); }
td.TdClassName
{
border-color: #490BEA;
}
.TagClassName
{
border-color: #490BEA;
}
</style>