Shades of Han Purple #481BE8
Tints of Han Purple #481BE8
RGB
CMYK
RGB Variations
Color information
#481BE8 (or 0x481BE8) is known color: Han Purple. HEX triplet: 48, 1B and E8. RGB value is (72,27,232). Sum of RGB (Red+Green+Blue) = 72+27+232=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 232 (91.02% from 255 or 70.09% from 331); Max value from RGB is 232 - color contains mainly: blue. Hex color #481BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BE8 is #B7E417. Grayscale: #3F3F3F. Windows color (decimal): -12051480 or 15211336. OLE color: 15211336.
HSL color Cylindrical-coordinate representation of color #481BE8: hue angle of 253.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481BE8 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 27 | 232 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.09 |
| HSL | 253.17º | 0.82% | 0.51% | - |
| HSV(B) | 253.17º | 0.88% | 0.91% | - |
| XYZ | 17.63 | 7.99 | 76.96 | - |
| YUV | 63.83 | 222.91 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 232 | 0.69 | 0.88 | 0 | 0.09 | 253.17 | 0.82 | 0.51 |
| Hex | 48 | 1B | E8 | 45 | 58 | 0 | 9 | FD | 52 | 33 |
| Octal | 110 | 33 | 350 | 105 | 130 | 0 | 11 | 375 | 122 | 63 |
| Binary | 1001000 | 11011 | 11101000 | 1000101 | 1011000 | 0 | 1001 | 11111101 | 1010010 | 110011 |
Color Harmonies of #481BE8
Complementary color
Monochromatic Colors of #481BE8
Black with #481BE8
Text Example
Text Example
White with #481BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BE8; }
p { color: rgb(72,27,232); }
H1.HeaderClassName
{
color: #481BE8;
}
.AnyTagClassName
{
color: #481BE8;
}
</style>
background-color css
<style>
a { background-color: #481BE8; }
a { background-color: rgb(72,27,232); }
div.DivClassName
{
background-color: #481BE8;
}
.BgClassName
{
background-color: #481BE8;
}
</style>
border-color css
<style>
span { border-color: #481BE8; }
span { border-color: rgb(72,27,232); }
td.TdClassName
{
border-color: #481BE8;
}
.TagClassName
{
border-color: #481BE8;
}
</style>