Shades of Han Purple #481AF1
Tints of Han Purple #481AF1
RGB
CMYK
RGB Variations
Color information
#481AF1 (or 0x481AF1) is known color: Han Purple. HEX triplet: 48, 1A and F1. RGB value is (72,26,241). Sum of RGB (Red+Green+Blue) = 72+26+241=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #481AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481AF1 is #B7E50E. Grayscale: #3F3F3F. Windows color (decimal): -12051727 or 15800904. OLE color: 15800904.
HSL color Cylindrical-coordinate representation of color #481AF1: hue angle of 252.84º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481AF1 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 26 | 241 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.05 |
| HSL | 252.84º | 0.88% | 0.52% | - |
| HSV(B) | 252.84º | 0.89% | 0.95% | - |
| XYZ | 18.92 | 8.47 | 83.86 | - |
| YUV | 64.26 | 227.74 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 241 | 0.70 | 0.89 | 0 | 0.05 | 252.84 | 0.88 | 0.52 |
| Hex | 48 | 1A | F1 | 46 | 59 | 0 | 5 | FD | 58 | 34 |
| Octal | 110 | 32 | 361 | 106 | 131 | 0 | 5 | 375 | 130 | 64 |
| Binary | 1001000 | 11010 | 11110001 | 1000110 | 1011001 | 0 | 101 | 11111101 | 1011000 | 110100 |
Color Harmonies of #481AF1
Complementary color
Monochromatic Colors of #481AF1
Black with #481AF1
Text Example
Text Example
White with #481AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AF1; }
p { color: rgb(72,26,241); }
H1.HeaderClassName
{
color: #481AF1;
}
.AnyTagClassName
{
color: #481AF1;
}
</style>
background-color css
<style>
a { background-color: #481AF1; }
a { background-color: rgb(72,26,241); }
div.DivClassName
{
background-color: #481AF1;
}
.BgClassName
{
background-color: #481AF1;
}
</style>
border-color css
<style>
span { border-color: #481AF1; }
span { border-color: rgb(72,26,241); }
td.TdClassName
{
border-color: #481AF1;
}
.TagClassName
{
border-color: #481AF1;
}
</style>