Shades of Han Purple #481ADB
Tints of Han Purple #481ADB
RGB
CMYK
RGB Variations
Color information
#481ADB (or 0x481ADB) is known color: Han Purple. HEX triplet: 48, 1A and DB. RGB value is (72,26,219). Sum of RGB (Red+Green+Blue) = 72+26+219=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #481ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ADB is #B7E524. Grayscale: #3D3D3D. Windows color (decimal): -12051749 or 14359112. OLE color: 14359112.
HSL color Cylindrical-coordinate representation of color #481ADB: hue angle of 254.3º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481ADB is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 26 | 219 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.14 |
| HSL | 254.3º | 0.79% | 0.48% | - |
| HSV(B) | 254.3º | 0.88% | 0.86% | - |
| XYZ | 15.83 | 7.23 | 67.58 | - |
| YUV | 61.76 | 216.74 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 219 | 0.67 | 0.88 | 0 | 0.14 | 254.3 | 0.79 | 0.48 |
| Hex | 48 | 1A | DB | 43 | 58 | 0 | E | FE | 4F | 30 |
| Octal | 110 | 32 | 333 | 103 | 130 | 0 | 16 | 376 | 117 | 60 |
| Binary | 1001000 | 11010 | 11011011 | 1000011 | 1011000 | 0 | 1110 | 11111110 | 1001111 | 110000 |
Color Harmonies of #481ADB
Complementary color
Monochromatic Colors of #481ADB
Black with #481ADB
Text Example
Text Example
White with #481ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481ADB; }
p { color: rgb(72,26,219); }
H1.HeaderClassName
{
color: #481ADB;
}
.AnyTagClassName
{
color: #481ADB;
}
</style>
background-color css
<style>
a { background-color: #481ADB; }
a { background-color: rgb(72,26,219); }
div.DivClassName
{
background-color: #481ADB;
}
.BgClassName
{
background-color: #481ADB;
}
</style>
border-color css
<style>
span { border-color: #481ADB; }
span { border-color: rgb(72,26,219); }
td.TdClassName
{
border-color: #481ADB;
}
.TagClassName
{
border-color: #481ADB;
}
</style>