Shades of Han Purple #481BEA
Tints of Han Purple #481BEA
RGB
CMYK
RGB Variations
Color information
#481BEA (or 0x481BEA) is known color: Han Purple. HEX triplet: 48, 1B and EA. RGB value is (72,27,234). Sum of RGB (Red+Green+Blue) = 72+27+234=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #481BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BEA is #B7E415. Grayscale: #3F3F3F. Windows color (decimal): -12051478 or 15342408. OLE color: 15342408.
HSL color Cylindrical-coordinate representation of color #481BEA: hue angle of 253.04º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481BEA is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 27 | 234 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.08 |
| HSL | 253.04º | 0.83% | 0.51% | - |
| HSV(B) | 253.04º | 0.88% | 0.92% | - |
| XYZ | 17.92 | 8.1 | 78.46 | - |
| YUV | 64.05 | 223.91 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 234 | 0.69 | 0.88 | 0 | 0.08 | 253.04 | 0.83 | 0.51 |
| Hex | 48 | 1B | EA | 45 | 58 | 0 | 8 | FD | 53 | 33 |
| Octal | 110 | 33 | 352 | 105 | 130 | 0 | 10 | 375 | 123 | 63 |
| Binary | 1001000 | 11011 | 11101010 | 1000101 | 1011000 | 0 | 1000 | 11111101 | 1010011 | 110011 |
Color Harmonies of #481BEA
Complementary color
Monochromatic Colors of #481BEA
Black with #481BEA
Text Example
Text Example
White with #481BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BEA; }
p { color: rgb(72,27,234); }
H1.HeaderClassName
{
color: #481BEA;
}
.AnyTagClassName
{
color: #481BEA;
}
</style>
background-color css
<style>
a { background-color: #481BEA; }
a { background-color: rgb(72,27,234); }
div.DivClassName
{
background-color: #481BEA;
}
.BgClassName
{
background-color: #481BEA;
}
</style>
border-color css
<style>
span { border-color: #481BEA; }
span { border-color: rgb(72,27,234); }
td.TdClassName
{
border-color: #481BEA;
}
.TagClassName
{
border-color: #481BEA;
}
</style>