Shades of Han Purple #481EEF
Tints of Han Purple #481EEF
RGB
CMYK
RGB Variations
Color information
#481EEF (or 0x481EEF) is known color: Han Purple. HEX triplet: 48, 1E and EF. RGB value is (72,30,239). Sum of RGB (Red+Green+Blue) = 72+30+239=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #481EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EEF is #B7E110. Grayscale: #414141. Windows color (decimal): -12050705 or 15670856. OLE color: 15670856.
HSL color Cylindrical-coordinate representation of color #481EEF: hue angle of 252.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481EEF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 30 | 239 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.06 |
| HSL | 252.06º | 0.87% | 0.53% | - |
| HSV(B) | 252.06º | 0.87% | 0.94% | - |
| XYZ | 18.72 | 8.54 | 82.32 | - |
| YUV | 66.38 | 225.41 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 239 | 0.70 | 0.87 | 0 | 0.06 | 252.06 | 0.87 | 0.53 |
| Hex | 48 | 1E | EF | 46 | 57 | 0 | 6 | FC | 57 | 35 |
| Octal | 110 | 36 | 357 | 106 | 127 | 0 | 6 | 374 | 127 | 65 |
| Binary | 1001000 | 11110 | 11101111 | 1000110 | 1010111 | 0 | 110 | 11111100 | 1010111 | 110101 |
Color Harmonies of #481EEF
Complementary color
Monochromatic Colors of #481EEF
Black with #481EEF
Text Example
Text Example
White with #481EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481EEF; }
p { color: rgb(72,30,239); }
H1.HeaderClassName
{
color: #481EEF;
}
.AnyTagClassName
{
color: #481EEF;
}
</style>
background-color css
<style>
a { background-color: #481EEF; }
a { background-color: rgb(72,30,239); }
div.DivClassName
{
background-color: #481EEF;
}
.BgClassName
{
background-color: #481EEF;
}
</style>
border-color css
<style>
span { border-color: #481EEF; }
span { border-color: rgb(72,30,239); }
td.TdClassName
{
border-color: #481EEF;
}
.TagClassName
{
border-color: #481EEF;
}
</style>