Shades of Han Purple #4821DB
Tints of Han Purple #4821DB
RGB
CMYK
RGB Variations
Color information
#4821DB (or 0x4821DB) is known color: Han Purple. HEX triplet: 48, 21 and DB. RGB value is (72,33,219). Sum of RGB (Red+Green+Blue) = 72+33+219=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #4821DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4821DB is #B7DE24. Grayscale: #414141. Windows color (decimal): -12049957 or 14360904. OLE color: 14360904.
HSL color Cylindrical-coordinate representation of color #4821DB: hue angle of 252.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4821DB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 33 | 219 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.14 |
| HSL | 252.58º | 0.74% | 0.49% | - |
| HSV(B) | 252.58º | 0.85% | 0.86% | - |
| XYZ | 16 | 7.58 | 67.64 | - |
| YUV | 65.87 | 214.42 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 219 | 0.67 | 0.85 | 0 | 0.14 | 252.58 | 0.74 | 0.49 |
| Hex | 48 | 21 | DB | 43 | 55 | 0 | E | FD | 4A | 31 |
| Octal | 110 | 41 | 333 | 103 | 125 | 0 | 16 | 375 | 112 | 61 |
| Binary | 1001000 | 100001 | 11011011 | 1000011 | 1010101 | 0 | 1110 | 11111101 | 1001010 | 110001 |
Color Harmonies of #4821DB
Complementary color
Monochromatic Colors of #4821DB
Black with #4821DB
Text Example
Text Example
White with #4821DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4821DB; }
p { color: rgb(72,33,219); }
H1.HeaderClassName
{
color: #4821DB;
}
.AnyTagClassName
{
color: #4821DB;
}
</style>
background-color css
<style>
a { background-color: #4821DB; }
a { background-color: rgb(72,33,219); }
div.DivClassName
{
background-color: #4821DB;
}
.BgClassName
{
background-color: #4821DB;
}
</style>
border-color css
<style>
span { border-color: #4821DB; }
span { border-color: rgb(72,33,219); }
td.TdClassName
{
border-color: #4821DB;
}
.TagClassName
{
border-color: #4821DB;
}
</style>