Shades of Han Purple #481EF4
Tints of Han Purple #481EF4
RGB
CMYK
RGB Variations
Color information
#481EF4 (or 0x481EF4) is known color: Han Purple. HEX triplet: 48, 1E and F4. RGB value is (72,30,244). Sum of RGB (Red+Green+Blue) = 72+30+244=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 244 (95.70% from 255 or 70.52% from 346); Max value from RGB is 244 - color contains mainly: blue. Hex color #481EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EF4 is #B7E10B. Grayscale: #424242. Windows color (decimal): -12050700 or 15998536. OLE color: 15998536.
HSL color Cylindrical-coordinate representation of color #481EF4: hue angle of 251.78º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481EF4 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 30 | 244 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.04 |
| HSL | 251.78º | 0.91% | 0.54% | - |
| HSV(B) | 251.78º | 0.88% | 0.96% | - |
| XYZ | 19.47 | 8.84 | 86.27 | - |
| YUV | 66.95 | 227.91 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 244 | 0.70 | 0.88 | 0 | 0.04 | 251.78 | 0.91 | 0.54 |
| Hex | 48 | 1E | F4 | 46 | 58 | 0 | 4 | FC | 5B | 36 |
| Octal | 110 | 36 | 364 | 106 | 130 | 0 | 4 | 374 | 133 | 66 |
| Binary | 1001000 | 11110 | 11110100 | 1000110 | 1011000 | 0 | 100 | 11111100 | 1011011 | 110110 |
Color Harmonies of #481EF4
Complementary color
Monochromatic Colors of #481EF4
Black with #481EF4
Text Example
Text Example
White with #481EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481EF4; }
p { color: rgb(72,30,244); }
H1.HeaderClassName
{
color: #481EF4;
}
.AnyTagClassName
{
color: #481EF4;
}
</style>
background-color css
<style>
a { background-color: #481EF4; }
a { background-color: rgb(72,30,244); }
div.DivClassName
{
background-color: #481EF4;
}
.BgClassName
{
background-color: #481EF4;
}
</style>
border-color css
<style>
span { border-color: #481EF4; }
span { border-color: rgb(72,30,244); }
td.TdClassName
{
border-color: #481EF4;
}
.TagClassName
{
border-color: #481EF4;
}
</style>