Shades of Han Purple #481BFA
Tints of Han Purple #481BFA
RGB
CMYK
RGB Variations
Color information
#481BFA (or 0x481BFA) is known color: Han Purple. HEX triplet: 48, 1B and FA. RGB value is (72,27,250). Sum of RGB (Red+Green+Blue) = 72+27+250=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #481BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BFA is #B7E405. Grayscale: #414141. Windows color (decimal): -12051462 or 16390984. OLE color: 16390984.
HSL color Cylindrical-coordinate representation of color #481BFA: hue angle of 252.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481BFA is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 27 | 250 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.02 |
| HSL | 252.11º | 0.96% | 0.54% | - |
| HSV(B) | 252.11º | 0.89% | 0.98% | - |
| XYZ | 20.32 | 9.06 | 91.12 | - |
| YUV | 65.88 | 231.91 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 250 | 0.71 | 0.89 | 0 | 0.02 | 252.11 | 0.96 | 0.54 |
| Hex | 48 | 1B | FA | 47 | 59 | 0 | 2 | FC | 60 | 36 |
| Octal | 110 | 33 | 372 | 107 | 131 | 0 | 2 | 374 | 140 | 66 |
| Binary | 1001000 | 11011 | 11111010 | 1000111 | 1011001 | 0 | 10 | 11111100 | 1100000 | 110110 |
Color Harmonies of #481BFA
Complementary color
Monochromatic Colors of #481BFA
Black with #481BFA
Text Example
Text Example
White with #481BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BFA; }
p { color: rgb(72,27,250); }
H1.HeaderClassName
{
color: #481BFA;
}
.AnyTagClassName
{
color: #481BFA;
}
</style>
background-color css
<style>
a { background-color: #481BFA; }
a { background-color: rgb(72,27,250); }
div.DivClassName
{
background-color: #481BFA;
}
.BgClassName
{
background-color: #481BFA;
}
</style>
border-color css
<style>
span { border-color: #481BFA; }
span { border-color: rgb(72,27,250); }
td.TdClassName
{
border-color: #481BFA;
}
.TagClassName
{
border-color: #481BFA;
}
</style>