Shades of Han Purple #482ADB
Tints of Han Purple #482ADB
RGB
CMYK
RGB Variations
Color information
#482ADB (or 0x482ADB) is known color: Han Purple. HEX triplet: 48, 2A and DB. RGB value is (72,42,219). Sum of RGB (Red+Green+Blue) = 72+42+219=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #482ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ADB is #B7D524. Grayscale: #464646. Windows color (decimal): -12047653 or 14363208. OLE color: 14363208.
HSL color Cylindrical-coordinate representation of color #482ADB: hue angle of 250.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482ADB is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 42 | 219 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.14 |
| HSL | 250.17º | 0.71% | 0.51% | - |
| HSV(B) | 250.17º | 0.81% | 0.86% | - |
| XYZ | 16.29 | 8.15 | 67.73 | - |
| YUV | 71.15 | 211.44 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 219 | 0.67 | 0.81 | 0 | 0.14 | 250.17 | 0.71 | 0.51 |
| Hex | 48 | 2A | DB | 43 | 51 | 0 | E | FA | 47 | 33 |
| Octal | 110 | 52 | 333 | 103 | 121 | 0 | 16 | 372 | 107 | 63 |
| Binary | 1001000 | 101010 | 11011011 | 1000011 | 1010001 | 0 | 1110 | 11111010 | 1000111 | 110011 |
Color Harmonies of #482ADB
Complementary color
Monochromatic Colors of #482ADB
Black with #482ADB
Text Example
Text Example
White with #482ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482ADB; }
p { color: rgb(72,42,219); }
H1.HeaderClassName
{
color: #482ADB;
}
.AnyTagClassName
{
color: #482ADB;
}
</style>
background-color css
<style>
a { background-color: #482ADB; }
a { background-color: rgb(72,42,219); }
div.DivClassName
{
background-color: #482ADB;
}
.BgClassName
{
background-color: #482ADB;
}
</style>
border-color css
<style>
span { border-color: #482ADB; }
span { border-color: rgb(72,42,219); }
td.TdClassName
{
border-color: #482ADB;
}
.TagClassName
{
border-color: #482ADB;
}
</style>