Shades of Han Purple #481EE1
Tints of Han Purple #481EE1
RGB
CMYK
RGB Variations
Color information
#481EE1 (or 0x481EE1) is known color: Han Purple. HEX triplet: 48, 1E and E1. RGB value is (72,30,225). Sum of RGB (Red+Green+Blue) = 72+30+225=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #481EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481EE1 is #B7E11E. Grayscale: #404040. Windows color (decimal): -12050719 or 14753352. OLE color: 14753352.
HSL color Cylindrical-coordinate representation of color #481EE1: hue angle of 252.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481EE1 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 30 | 225 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.12 |
| HSL | 252.92º | 0.76% | 0.5% | - |
| HSV(B) | 252.92º | 0.87% | 0.88% | - |
| XYZ | 16.73 | 7.74 | 71.85 | - |
| YUV | 64.79 | 218.41 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 225 | 0.68 | 0.87 | 0 | 0.12 | 252.92 | 0.76 | 0.5 |
| Hex | 48 | 1E | E1 | 44 | 57 | 0 | C | FD | 4C | 32 |
| Octal | 110 | 36 | 341 | 104 | 127 | 0 | 14 | 375 | 114 | 62 |
| Binary | 1001000 | 11110 | 11100001 | 1000100 | 1010111 | 0 | 1100 | 11111101 | 1001100 | 110010 |
Color Harmonies of #481EE1
Complementary color
Monochromatic Colors of #481EE1
Black with #481EE1
Text Example
Text Example
White with #481EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481EE1; }
p { color: rgb(72,30,225); }
H1.HeaderClassName
{
color: #481EE1;
}
.AnyTagClassName
{
color: #481EE1;
}
</style>
background-color css
<style>
a { background-color: #481EE1; }
a { background-color: rgb(72,30,225); }
div.DivClassName
{
background-color: #481EE1;
}
.BgClassName
{
background-color: #481EE1;
}
</style>
border-color css
<style>
span { border-color: #481EE1; }
span { border-color: rgb(72,30,225); }
td.TdClassName
{
border-color: #481EE1;
}
.TagClassName
{
border-color: #481EE1;
}
</style>