Shades of Han Purple #482EDA
Tints of Han Purple #482EDA
RGB
CMYK
RGB Variations
Color information
#482EDA (or 0x482EDA) is known color: Han Purple. HEX triplet: 48, 2E and DA. RGB value is (72,46,218). Sum of RGB (Red+Green+Blue) = 72+46+218=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #482EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EDA is #B7D125. Grayscale: #484848. Windows color (decimal): -12046630 or 14298696. OLE color: 14298696.
HSL color Cylindrical-coordinate representation of color #482EDA: hue angle of 249.07º degrees, saturation: 0.7, 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 #482EDA is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 46 | 218 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.15 |
| HSL | 249.07º | 0.7% | 0.52% | - |
| HSV(B) | 249.07º | 0.79% | 0.85% | - |
| XYZ | 16.3 | 8.39 | 67.09 | - |
| YUV | 73.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 218 | 0.67 | 0.79 | 0 | 0.15 | 249.07 | 0.7 | 0.52 |
| Hex | 48 | 2E | DA | 43 | 4F | 0 | F | F9 | 46 | 34 |
| Octal | 110 | 56 | 332 | 103 | 117 | 0 | 17 | 371 | 106 | 64 |
| Binary | 1001000 | 101110 | 11011010 | 1000011 | 1001111 | 0 | 1111 | 11111001 | 1000110 | 110100 |
Color Harmonies of #482EDA
Complementary color
Monochromatic Colors of #482EDA
Black with #482EDA
Text Example
Text Example
White with #482EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482EDA; }
p { color: rgb(72,46,218); }
H1.HeaderClassName
{
color: #482EDA;
}
.AnyTagClassName
{
color: #482EDA;
}
</style>
background-color css
<style>
a { background-color: #482EDA; }
a { background-color: rgb(72,46,218); }
div.DivClassName
{
background-color: #482EDA;
}
.BgClassName
{
background-color: #482EDA;
}
</style>
border-color css
<style>
span { border-color: #482EDA; }
span { border-color: rgb(72,46,218); }
td.TdClassName
{
border-color: #482EDA;
}
.TagClassName
{
border-color: #482EDA;
}
</style>