Shades of Han Purple #482CE0
Tints of Han Purple #482CE0
RGB
CMYK
RGB Variations
Color information
#482CE0 (or 0x482CE0) is known color: Han Purple. HEX triplet: 48, 2C and E0. RGB value is (72,44,224). Sum of RGB (Red+Green+Blue) = 72+44+224=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #482CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CE0 is #B7D31F. Grayscale: #484848. Windows color (decimal): -12047136 or 14691400. OLE color: 14691400.
HSL color Cylindrical-coordinate representation of color #482CE0: hue angle of 249.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #482CE0 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 44 | 224 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.12 |
| HSL | 249.33º | 0.74% | 0.53% | - |
| HSV(B) | 249.33º | 0.8% | 0.88% | - |
| XYZ | 17.03 | 8.56 | 71.28 | - |
| YUV | 72.89 | 213.28 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 224 | 0.68 | 0.80 | 0 | 0.12 | 249.33 | 0.74 | 0.53 |
| Hex | 48 | 2C | E0 | 44 | 50 | 0 | C | F9 | 4A | 35 |
| Octal | 110 | 54 | 340 | 104 | 120 | 0 | 14 | 371 | 112 | 65 |
| Binary | 1001000 | 101100 | 11100000 | 1000100 | 1010000 | 0 | 1100 | 11111001 | 1001010 | 110101 |
Color Harmonies of #482CE0
Complementary color
Monochromatic Colors of #482CE0
Black with #482CE0
Text Example
Text Example
White with #482CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482CE0; }
p { color: rgb(72,44,224); }
H1.HeaderClassName
{
color: #482CE0;
}
.AnyTagClassName
{
color: #482CE0;
}
</style>
background-color css
<style>
a { background-color: #482CE0; }
a { background-color: rgb(72,44,224); }
div.DivClassName
{
background-color: #482CE0;
}
.BgClassName
{
background-color: #482CE0;
}
</style>
border-color css
<style>
span { border-color: #482CE0; }
span { border-color: rgb(72,44,224); }
td.TdClassName
{
border-color: #482CE0;
}
.TagClassName
{
border-color: #482CE0;
}
</style>