Shades of Han Purple #4828DB
Tints of Han Purple #4828DB
RGB
CMYK
RGB Variations
Color information
#4828DB (or 0x4828DB) is known color: Han Purple. HEX triplet: 48, 28 and DB. RGB value is (72,40,219). Sum of RGB (Red+Green+Blue) = 72+40+219=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #4828DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4828DB is #B7D724. Grayscale: #454545. Windows color (decimal): -12048165 or 14362696. OLE color: 14362696.
HSL color Cylindrical-coordinate representation of color #4828DB: hue angle of 250.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4828DB is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 40 | 219 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.14 |
| HSL | 250.73º | 0.71% | 0.51% | - |
| HSV(B) | 250.73º | 0.82% | 0.86% | - |
| XYZ | 16.22 | 8.01 | 67.71 | - |
| YUV | 69.97 | 212.1 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 219 | 0.67 | 0.82 | 0 | 0.14 | 250.73 | 0.71 | 0.51 |
| Hex | 48 | 28 | DB | 43 | 52 | 0 | E | FB | 47 | 33 |
| Octal | 110 | 50 | 333 | 103 | 122 | 0 | 16 | 373 | 107 | 63 |
| Binary | 1001000 | 101000 | 11011011 | 1000011 | 1010010 | 0 | 1110 | 11111011 | 1000111 | 110011 |
Color Harmonies of #4828DB
Complementary color
Monochromatic Colors of #4828DB
Black with #4828DB
Text Example
Text Example
White with #4828DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4828DB; }
p { color: rgb(72,40,219); }
H1.HeaderClassName
{
color: #4828DB;
}
.AnyTagClassName
{
color: #4828DB;
}
</style>
background-color css
<style>
a { background-color: #4828DB; }
a { background-color: rgb(72,40,219); }
div.DivClassName
{
background-color: #4828DB;
}
.BgClassName
{
background-color: #4828DB;
}
</style>
border-color css
<style>
span { border-color: #4828DB; }
span { border-color: rgb(72,40,219); }
td.TdClassName
{
border-color: #4828DB;
}
.TagClassName
{
border-color: #4828DB;
}
</style>