Shades of Han Purple #481CEE
Tints of Han Purple #481CEE
RGB
CMYK
RGB Variations
Color information
#481CEE (or 0x481CEE) is known color: Han Purple. HEX triplet: 48, 1C and EE. RGB value is (72,28,238). Sum of RGB (Red+Green+Blue) = 72+28+238=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #481CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CEE is #B7E311. Grayscale: #404040. Windows color (decimal): -12051218 or 15604808. OLE color: 15604808.
HSL color Cylindrical-coordinate representation of color #481CEE: hue angle of 252.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481CEE is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 28 | 238 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.07 |
| HSL | 252.57º | 0.86% | 0.52% | - |
| HSV(B) | 252.57º | 0.88% | 0.93% | - |
| XYZ | 18.52 | 8.38 | 81.53 | - |
| YUV | 65.1 | 225.58 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 238 | 0.70 | 0.88 | 0 | 0.07 | 252.57 | 0.86 | 0.52 |
| Hex | 48 | 1C | EE | 46 | 58 | 0 | 7 | FD | 56 | 34 |
| Octal | 110 | 34 | 356 | 106 | 130 | 0 | 7 | 375 | 126 | 64 |
| Binary | 1001000 | 11100 | 11101110 | 1000110 | 1011000 | 0 | 111 | 11111101 | 1010110 | 110100 |
Color Harmonies of #481CEE
Complementary color
Monochromatic Colors of #481CEE
Black with #481CEE
Text Example
Text Example
White with #481CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CEE; }
p { color: rgb(72,28,238); }
H1.HeaderClassName
{
color: #481CEE;
}
.AnyTagClassName
{
color: #481CEE;
}
</style>
background-color css
<style>
a { background-color: #481CEE; }
a { background-color: rgb(72,28,238); }
div.DivClassName
{
background-color: #481CEE;
}
.BgClassName
{
background-color: #481CEE;
}
</style>
border-color css
<style>
span { border-color: #481CEE; }
span { border-color: rgb(72,28,238); }
td.TdClassName
{
border-color: #481CEE;
}
.TagClassName
{
border-color: #481CEE;
}
</style>