Shades of Han Purple #482ED9
Tints of Han Purple #482ED9
RGB
CMYK
RGB Variations
Color information
#482ED9 (or 0x482ED9) is known color: Han Purple. HEX triplet: 48, 2E and D9. RGB value is (72,46,217). Sum of RGB (Red+Green+Blue) = 72+46+217=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #482ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ED9 is #B7D126. Grayscale: #484848. Windows color (decimal): -12046631 or 14233160. OLE color: 14233160.
HSL color Cylindrical-coordinate representation of color #482ED9: hue angle of 249.12º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482ED9 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 46 | 217 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.15 |
| HSL | 249.12º | 0.69% | 0.52% | - |
| HSV(B) | 249.12º | 0.79% | 0.85% | - |
| XYZ | 16.17 | 8.34 | 66.4 | - |
| YUV | 73.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 217 | 0.67 | 0.79 | 0 | 0.15 | 249.12 | 0.69 | 0.52 |
| Hex | 48 | 2E | D9 | 43 | 4F | 0 | F | F9 | 45 | 34 |
| Octal | 110 | 56 | 331 | 103 | 117 | 0 | 17 | 371 | 105 | 64 |
| Binary | 1001000 | 101110 | 11011001 | 1000011 | 1001111 | 0 | 1111 | 11111001 | 1000101 | 110100 |
Color Harmonies of #482ED9
Complementary color
Monochromatic Colors of #482ED9
Black with #482ED9
Text Example
Text Example
White with #482ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482ED9; }
p { color: rgb(72,46,217); }
H1.HeaderClassName
{
color: #482ED9;
}
.AnyTagClassName
{
color: #482ED9;
}
</style>
background-color css
<style>
a { background-color: #482ED9; }
a { background-color: rgb(72,46,217); }
div.DivClassName
{
background-color: #482ED9;
}
.BgClassName
{
background-color: #482ED9;
}
</style>
border-color css
<style>
span { border-color: #482ED9; }
span { border-color: rgb(72,46,217); }
td.TdClassName
{
border-color: #482ED9;
}
.TagClassName
{
border-color: #482ED9;
}
</style>