Shades of Han Purple #482EED
Tints of Han Purple #482EED
RGB
CMYK
RGB Variations
Color information
#482EED (or 0x482EED) is known color: Han Purple. HEX triplet: 48, 2E and ED. RGB value is (72,46,237). Sum of RGB (Red+Green+Blue) = 72+46+237=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #482EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482EED is #B7D112. Grayscale: #4A4A4A. Windows color (decimal): -12046611 or 15543880. OLE color: 15543880.
HSL color Cylindrical-coordinate representation of color #482EED: hue angle of 248.17º 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 #482EED is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 46 | 237 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.07 |
| HSL | 248.17º | 0.84% | 0.55% | - |
| HSV(B) | 248.17º | 0.81% | 0.93% | - |
| XYZ | 18.94 | 9.45 | 80.95 | - |
| YUV | 75.55 | 219.11 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 237 | 0.70 | 0.81 | 0 | 0.07 | 248.17 | 0.84 | 0.55 |
| Hex | 48 | 2E | ED | 46 | 51 | 0 | 7 | F8 | 54 | 37 |
| Octal | 110 | 56 | 355 | 106 | 121 | 0 | 7 | 370 | 124 | 67 |
| Binary | 1001000 | 101110 | 11101101 | 1000110 | 1010001 | 0 | 111 | 11111000 | 1010100 | 110111 |
Color Harmonies of #482EED
Complementary color
Monochromatic Colors of #482EED
Black with #482EED
Text Example
Text Example
White with #482EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482EED; }
p { color: rgb(72,46,237); }
H1.HeaderClassName
{
color: #482EED;
}
.AnyTagClassName
{
color: #482EED;
}
</style>
background-color css
<style>
a { background-color: #482EED; }
a { background-color: rgb(72,46,237); }
div.DivClassName
{
background-color: #482EED;
}
.BgClassName
{
background-color: #482EED;
}
</style>
border-color css
<style>
span { border-color: #482EED; }
span { border-color: rgb(72,46,237); }
td.TdClassName
{
border-color: #482EED;
}
.TagClassName
{
border-color: #482EED;
}
</style>