Shades of Han Purple #481CEA
Tints of Han Purple #481CEA
RGB
CMYK
RGB Variations
Color information
#481CEA (or 0x481CEA) is known color: Han Purple. HEX triplet: 48, 1C and EA. RGB value is (72,28,234). Sum of RGB (Red+Green+Blue) = 72+28+234=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #481CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CEA is #B7E315. Grayscale: #3F3F3F. Windows color (decimal): -12051222 or 15342664. OLE color: 15342664.
HSL color Cylindrical-coordinate representation of color #481CEA: hue angle of 252.82º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481CEA is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 28 | 234 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.08 |
| HSL | 252.82º | 0.83% | 0.51% | - |
| HSV(B) | 252.82º | 0.88% | 0.92% | - |
| XYZ | 17.94 | 8.15 | 78.47 | - |
| YUV | 64.64 | 223.58 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 234 | 0.69 | 0.88 | 0 | 0.08 | 252.82 | 0.83 | 0.51 |
| Hex | 48 | 1C | EA | 45 | 58 | 0 | 8 | FD | 53 | 33 |
| Octal | 110 | 34 | 352 | 105 | 130 | 0 | 10 | 375 | 123 | 63 |
| Binary | 1001000 | 11100 | 11101010 | 1000101 | 1011000 | 0 | 1000 | 11111101 | 1010011 | 110011 |
Color Harmonies of #481CEA
Complementary color
Monochromatic Colors of #481CEA
Black with #481CEA
Text Example
Text Example
White with #481CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CEA; }
p { color: rgb(72,28,234); }
H1.HeaderClassName
{
color: #481CEA;
}
.AnyTagClassName
{
color: #481CEA;
}
</style>
background-color css
<style>
a { background-color: #481CEA; }
a { background-color: rgb(72,28,234); }
div.DivClassName
{
background-color: #481CEA;
}
.BgClassName
{
background-color: #481CEA;
}
</style>
border-color css
<style>
span { border-color: #481CEA; }
span { border-color: rgb(72,28,234); }
td.TdClassName
{
border-color: #481CEA;
}
.TagClassName
{
border-color: #481CEA;
}
</style>