Shades of Han Purple #481AF0
Tints of Han Purple #481AF0
RGB
CMYK
RGB Variations
Color information
#481AF0 (or 0x481AF0) is known color: Han Purple. HEX triplet: 48, 1A and F0. RGB value is (72,26,240). Sum of RGB (Red+Green+Blue) = 72+26+240=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #481AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481AF0 is #B7E50F. Grayscale: #3F3F3F. Windows color (decimal): -12051728 or 15735368. OLE color: 15735368.
HSL color Cylindrical-coordinate representation of color #481AF0: hue angle of 252.9º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481AF0 is Cyan = 0.7, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 26 | 240 | - |
| CMYK | 0.7 | 0.89 | 0 | 0.06 |
| HSL | 252.9º | 0.88% | 0.52% | - |
| HSV(B) | 252.9º | 0.89% | 0.94% | - |
| XYZ | 18.77 | 8.41 | 83.07 | - |
| YUV | 64.15 | 227.24 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 240 | 0.7 | 0.89 | 0 | 0.06 | 252.9 | 0.88 | 0.52 |
| Hex | 48 | 1A | F0 | 46 | 59 | 0 | 6 | FD | 58 | 34 |
| Octal | 110 | 32 | 360 | 106 | 131 | 0 | 6 | 375 | 130 | 64 |
| Binary | 1001000 | 11010 | 11110000 | 1000110 | 1011001 | 0 | 110 | 11111101 | 1011000 | 110100 |
Color Harmonies of #481AF0
Complementary color
Monochromatic Colors of #481AF0
Black with #481AF0
Text Example
Text Example
White with #481AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AF0; }
p { color: rgb(72,26,240); }
H1.HeaderClassName
{
color: #481AF0;
}
.AnyTagClassName
{
color: #481AF0;
}
</style>
background-color css
<style>
a { background-color: #481AF0; }
a { background-color: rgb(72,26,240); }
div.DivClassName
{
background-color: #481AF0;
}
.BgClassName
{
background-color: #481AF0;
}
</style>
border-color css
<style>
span { border-color: #481AF0; }
span { border-color: rgb(72,26,240); }
td.TdClassName
{
border-color: #481AF0;
}
.TagClassName
{
border-color: #481AF0;
}
</style>