Shades of Han Purple #482BE5
Tints of Han Purple #482BE5
RGB
CMYK
RGB Variations
Color information
#482BE5 (or 0x482BE5) is known color: Han Purple. HEX triplet: 48, 2B and E5. RGB value is (72,43,229). Sum of RGB (Red+Green+Blue) = 72+43+229=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #482BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482BE5 is #B7D41A. Grayscale: #484848. Windows color (decimal): -12047387 or 15018824. OLE color: 15018824.
HSL color Cylindrical-coordinate representation of color #482BE5: hue angle of 249.35º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482BE5 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 43 | 229 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.10 |
| HSL | 249.35º | 0.78% | 0.53% | - |
| HSV(B) | 249.35º | 0.81% | 0.9% | - |
| XYZ | 17.68 | 8.76 | 74.89 | - |
| YUV | 72.88 | 216.11 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 229 | 0.69 | 0.81 | 0 | 0.10 | 249.35 | 0.78 | 0.53 |
| Hex | 48 | 2B | E5 | 45 | 51 | 0 | A | F9 | 4E | 35 |
| Octal | 110 | 53 | 345 | 105 | 121 | 0 | 12 | 371 | 116 | 65 |
| Binary | 1001000 | 101011 | 11100101 | 1000101 | 1010001 | 0 | 1010 | 11111001 | 1001110 | 110101 |
Color Harmonies of #482BE5
Complementary color
Monochromatic Colors of #482BE5
Black with #482BE5
Text Example
Text Example
White with #482BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482BE5; }
p { color: rgb(72,43,229); }
H1.HeaderClassName
{
color: #482BE5;
}
.AnyTagClassName
{
color: #482BE5;
}
</style>
background-color css
<style>
a { background-color: #482BE5; }
a { background-color: rgb(72,43,229); }
div.DivClassName
{
background-color: #482BE5;
}
.BgClassName
{
background-color: #482BE5;
}
</style>
border-color css
<style>
span { border-color: #482BE5; }
span { border-color: rgb(72,43,229); }
td.TdClassName
{
border-color: #482BE5;
}
.TagClassName
{
border-color: #482BE5;
}
</style>