Shades of Han Purple #481EEE
Tints of Han Purple #481EEE
RGB
CMYK
RGB Variations
Color information
#481EEE (or 0x481EEE) is known color: Han Purple. HEX triplet: 48, 1E and EE. RGB value is (72,30,238). Sum of RGB (Red+Green+Blue) = 72+30+238=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #481EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EEE is #B7E111. Grayscale: #414141. Windows color (decimal): -12050706 or 15605320. OLE color: 15605320.
HSL color Cylindrical-coordinate representation of color #481EEE: hue angle of 252.12º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481EEE is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 30 | 238 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.07 |
| HSL | 252.12º | 0.86% | 0.53% | - |
| HSV(B) | 252.12º | 0.87% | 0.93% | - |
| XYZ | 18.57 | 8.48 | 81.55 | - |
| YUV | 66.27 | 224.91 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 238 | 0.70 | 0.87 | 0 | 0.07 | 252.12 | 0.86 | 0.53 |
| Hex | 48 | 1E | EE | 46 | 57 | 0 | 7 | FC | 56 | 35 |
| Octal | 110 | 36 | 356 | 106 | 127 | 0 | 7 | 374 | 126 | 65 |
| Binary | 1001000 | 11110 | 11101110 | 1000110 | 1010111 | 0 | 111 | 11111100 | 1010110 | 110101 |
Color Harmonies of #481EEE
Complementary color
Monochromatic Colors of #481EEE
Black with #481EEE
Text Example
Text Example
White with #481EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481EEE; }
p { color: rgb(72,30,238); }
H1.HeaderClassName
{
color: #481EEE;
}
.AnyTagClassName
{
color: #481EEE;
}
</style>
background-color css
<style>
a { background-color: #481EEE; }
a { background-color: rgb(72,30,238); }
div.DivClassName
{
background-color: #481EEE;
}
.BgClassName
{
background-color: #481EEE;
}
</style>
border-color css
<style>
span { border-color: #481EEE; }
span { border-color: rgb(72,30,238); }
td.TdClassName
{
border-color: #481EEE;
}
.TagClassName
{
border-color: #481EEE;
}
</style>