Shades of Han Purple #481CE9
Tints of Han Purple #481CE9
RGB
CMYK
RGB Variations
Color information
#481CE9 (or 0x481CE9) is known color: Han Purple. HEX triplet: 48, 1C and E9. RGB value is (72,28,233). Sum of RGB (Red+Green+Blue) = 72+28+233=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 233 (91.41% from 255 or 69.97% from 333); Max value from RGB is 233 - color contains mainly: blue. Hex color #481CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CE9 is #B7E316. Grayscale: #3F3F3F. Windows color (decimal): -12051223 or 15277128. OLE color: 15277128.
HSL color Cylindrical-coordinate representation of color #481CE9: hue angle of 252.88º 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 #481CE9 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 28 | 233 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.09 |
| HSL | 252.88º | 0.82% | 0.51% | - |
| HSV(B) | 252.88º | 0.88% | 0.91% | - |
| XYZ | 17.8 | 8.09 | 77.71 | - |
| YUV | 64.53 | 223.08 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 233 | 0.69 | 0.88 | 0 | 0.09 | 252.88 | 0.82 | 0.51 |
| Hex | 48 | 1C | E9 | 45 | 58 | 0 | 9 | FD | 52 | 33 |
| Octal | 110 | 34 | 351 | 105 | 130 | 0 | 11 | 375 | 122 | 63 |
| Binary | 1001000 | 11100 | 11101001 | 1000101 | 1011000 | 0 | 1001 | 11111101 | 1010010 | 110011 |
Color Harmonies of #481CE9
Complementary color
Monochromatic Colors of #481CE9
Black with #481CE9
Text Example
Text Example
White with #481CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CE9; }
p { color: rgb(72,28,233); }
H1.HeaderClassName
{
color: #481CE9;
}
.AnyTagClassName
{
color: #481CE9;
}
</style>
background-color css
<style>
a { background-color: #481CE9; }
a { background-color: rgb(72,28,233); }
div.DivClassName
{
background-color: #481CE9;
}
.BgClassName
{
background-color: #481CE9;
}
</style>
border-color css
<style>
span { border-color: #481CE9; }
span { border-color: rgb(72,28,233); }
td.TdClassName
{
border-color: #481CE9;
}
.TagClassName
{
border-color: #481CE9;
}
</style>