Shades of Han Purple #482DED
Tints of Han Purple #482DED
RGB
CMYK
RGB Variations
Color information
#482DED (or 0x482DED) is known color: Han Purple. HEX triplet: 48, 2D and ED. RGB value is (72,45,237). Sum of RGB (Red+Green+Blue) = 72+45+237=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #482DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482DED is #B7D212. Grayscale: #4A4A4A. Windows color (decimal): -12046867 or 15543624. OLE color: 15543624.
HSL color Cylindrical-coordinate representation of color #482DED: hue angle of 248.44º degrees, saturation: 0.84, 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 #482DED is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 45 | 237 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.07 |
| HSL | 248.44º | 0.84% | 0.55% | - |
| HSV(B) | 248.44º | 0.81% | 0.93% | - |
| XYZ | 18.9 | 9.37 | 80.93 | - |
| YUV | 74.96 | 219.45 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 237 | 0.70 | 0.81 | 0 | 0.07 | 248.44 | 0.84 | 0.55 |
| Hex | 48 | 2D | ED | 46 | 51 | 0 | 7 | F8 | 54 | 37 |
| Octal | 110 | 55 | 355 | 106 | 121 | 0 | 7 | 370 | 124 | 67 |
| Binary | 1001000 | 101101 | 11101101 | 1000110 | 1010001 | 0 | 111 | 11111000 | 1010100 | 110111 |
Color Harmonies of #482DED
Complementary color
Monochromatic Colors of #482DED
Black with #482DED
Text Example
Text Example
White with #482DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DED; }
p { color: rgb(72,45,237); }
H1.HeaderClassName
{
color: #482DED;
}
.AnyTagClassName
{
color: #482DED;
}
</style>
background-color css
<style>
a { background-color: #482DED; }
a { background-color: rgb(72,45,237); }
div.DivClassName
{
background-color: #482DED;
}
.BgClassName
{
background-color: #482DED;
}
</style>
border-color css
<style>
span { border-color: #482DED; }
span { border-color: rgb(72,45,237); }
td.TdClassName
{
border-color: #482DED;
}
.TagClassName
{
border-color: #482DED;
}
</style>