Shades of Han Purple #481DED
Tints of Han Purple #481DED
RGB
CMYK
RGB Variations
Color information
#481DED (or 0x481DED) is known color: Han Purple. HEX triplet: 48, 1D and ED. RGB value is (72,29,237). Sum of RGB (Red+Green+Blue) = 72+29+237=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #481DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481DED is #B7E212. Grayscale: #404040. Windows color (decimal): -12050963 or 15539528. OLE color: 15539528.
HSL color Cylindrical-coordinate representation of color #481DED: hue angle of 252.4º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481DED is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 29 | 237 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.07 |
| HSL | 252.4º | 0.85% | 0.52% | - |
| HSV(B) | 252.4º | 0.88% | 0.93% | - |
| XYZ | 18.4 | 8.37 | 80.77 | - |
| YUV | 65.57 | 224.75 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 237 | 0.70 | 0.88 | 0 | 0.07 | 252.4 | 0.85 | 0.52 |
| Hex | 48 | 1D | ED | 46 | 58 | 0 | 7 | FC | 55 | 34 |
| Octal | 110 | 35 | 355 | 106 | 130 | 0 | 7 | 374 | 125 | 64 |
| Binary | 1001000 | 11101 | 11101101 | 1000110 | 1011000 | 0 | 111 | 11111100 | 1010101 | 110100 |
Color Harmonies of #481DED
Complementary color
Monochromatic Colors of #481DED
Black with #481DED
Text Example
Text Example
White with #481DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481DED; }
p { color: rgb(72,29,237); }
H1.HeaderClassName
{
color: #481DED;
}
.AnyTagClassName
{
color: #481DED;
}
</style>
background-color css
<style>
a { background-color: #481DED; }
a { background-color: rgb(72,29,237); }
div.DivClassName
{
background-color: #481DED;
}
.BgClassName
{
background-color: #481DED;
}
</style>
border-color css
<style>
span { border-color: #481DED; }
span { border-color: rgb(72,29,237); }
td.TdClassName
{
border-color: #481DED;
}
.TagClassName
{
border-color: #481DED;
}
</style>