Shades of Han Purple #4804DB
Tints of Han Purple #4804DB
RGB
CMYK
RGB Variations
Color information
#4804DB (or 0x4804DB) is known color: Han Purple. HEX triplet: 48, 04 and DB. RGB value is (72,4,219). Sum of RGB (Red+Green+Blue) = 72+4+219=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #4804DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804DB is #B7FB24. Grayscale: #303030. Windows color (decimal): -12057381 or 14353480. OLE color: 14353480.
HSL color Cylindrical-coordinate representation of color #4804DB: hue angle of 258.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804DB is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 4 | 219 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.14 |
| HSL | 258.98º | 0.96% | 0.44% | - |
| HSV(B) | 258.98º | 0.98% | 0.86% | - |
| XYZ | 15.5 | 6.58 | 67.47 | - |
| YUV | 48.84 | 224.03 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 219 | 0.67 | 0.98 | 0 | 0.14 | 258.98 | 0.96 | 0.44 |
| Hex | 48 | 4 | DB | 43 | 62 | 0 | E | 103 | 60 | 2C |
| Octal | 110 | 4 | 333 | 103 | 142 | 0 | 16 | 403 | 140 | 54 |
| Binary | 1001000 | 100 | 11011011 | 1000011 | 1100010 | 0 | 1110 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4804DB
Complementary color
Monochromatic Colors of #4804DB
Black with #4804DB
Text Example
Text Example
White with #4804DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804DB; }
p { color: rgb(72,4,219); }
H1.HeaderClassName
{
color: #4804DB;
}
.AnyTagClassName
{
color: #4804DB;
}
</style>
background-color css
<style>
a { background-color: #4804DB; }
a { background-color: rgb(72,4,219); }
div.DivClassName
{
background-color: #4804DB;
}
.BgClassName
{
background-color: #4804DB;
}
</style>
border-color css
<style>
span { border-color: #4804DB; }
span { border-color: rgb(72,4,219); }
td.TdClassName
{
border-color: #4804DB;
}
.TagClassName
{
border-color: #4804DB;
}
</style>