Shades of Han Purple #482EE0
Tints of Han Purple #482EE0
RGB
CMYK
RGB Variations
Color information
#482EE0 (or 0x482EE0) is known color: Han Purple. HEX triplet: 48, 2E and E0. RGB value is (72,46,224). Sum of RGB (Red+Green+Blue) = 72+46+224=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #482EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EE0 is #B7D11F. Grayscale: #494949. Windows color (decimal): -12046624 or 14691912. OLE color: 14691912.
HSL color Cylindrical-coordinate representation of color #482EE0: hue angle of 248.76º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482EE0 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 46 | 224 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.12 |
| HSL | 248.76º | 0.74% | 0.53% | - |
| HSV(B) | 248.76º | 0.79% | 0.88% | - |
| XYZ | 17.1 | 8.71 | 71.3 | - |
| YUV | 74.07 | 212.61 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 224 | 0.68 | 0.79 | 0 | 0.12 | 248.76 | 0.74 | 0.53 |
| Hex | 48 | 2E | E0 | 44 | 4F | 0 | C | F9 | 4A | 35 |
| Octal | 110 | 56 | 340 | 104 | 117 | 0 | 14 | 371 | 112 | 65 |
| Binary | 1001000 | 101110 | 11100000 | 1000100 | 1001111 | 0 | 1100 | 11111001 | 1001010 | 110101 |
Color Harmonies of #482EE0
Complementary color
Monochromatic Colors of #482EE0
Black with #482EE0
Text Example
Text Example
White with #482EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482EE0; }
p { color: rgb(72,46,224); }
H1.HeaderClassName
{
color: #482EE0;
}
.AnyTagClassName
{
color: #482EE0;
}
</style>
background-color css
<style>
a { background-color: #482EE0; }
a { background-color: rgb(72,46,224); }
div.DivClassName
{
background-color: #482EE0;
}
.BgClassName
{
background-color: #482EE0;
}
</style>
border-color css
<style>
span { border-color: #482EE0; }
span { border-color: rgb(72,46,224); }
td.TdClassName
{
border-color: #482EE0;
}
.TagClassName
{
border-color: #482EE0;
}
</style>