Shades of Han Purple #482EEC
Tints of Han Purple #482EEC
RGB
CMYK
RGB Variations
Color information
#482EEC (or 0x482EEC) is known color: Han Purple. HEX triplet: 48, 2E and EC. RGB value is (72,46,236). Sum of RGB (Red+Green+Blue) = 72+46+236=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #482EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482EEC is #B7D113. Grayscale: #4A4A4A. Windows color (decimal): -12046612 or 15478344. OLE color: 15478344.
HSL color Cylindrical-coordinate representation of color #482EEC: hue angle of 248.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482EEC is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 46 | 236 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.07 |
| HSL | 248.21º | 0.83% | 0.55% | - |
| HSV(B) | 248.21º | 0.81% | 0.93% | - |
| XYZ | 18.79 | 9.39 | 80.18 | - |
| YUV | 75.43 | 218.61 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 236 | 0.69 | 0.81 | 0 | 0.07 | 248.21 | 0.83 | 0.55 |
| Hex | 48 | 2E | EC | 45 | 51 | 0 | 7 | F8 | 53 | 37 |
| Octal | 110 | 56 | 354 | 105 | 121 | 0 | 7 | 370 | 123 | 67 |
| Binary | 1001000 | 101110 | 11101100 | 1000101 | 1010001 | 0 | 111 | 11111000 | 1010011 | 110111 |
Color Harmonies of #482EEC
Complementary color
Monochromatic Colors of #482EEC
Black with #482EEC
Text Example
Text Example
White with #482EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482EEC; }
p { color: rgb(72,46,236); }
H1.HeaderClassName
{
color: #482EEC;
}
.AnyTagClassName
{
color: #482EEC;
}
</style>
background-color css
<style>
a { background-color: #482EEC; }
a { background-color: rgb(72,46,236); }
div.DivClassName
{
background-color: #482EEC;
}
.BgClassName
{
background-color: #482EEC;
}
</style>
border-color css
<style>
span { border-color: #482EEC; }
span { border-color: rgb(72,46,236); }
td.TdClassName
{
border-color: #482EEC;
}
.TagClassName
{
border-color: #482EEC;
}
</style>