Shades of Han Purple #4930DB
Tints of Han Purple #4930DB
RGB
CMYK
RGB Variations
Color information
#4930DB (or 0x4930DB) is known color: Han Purple. HEX triplet: 49, 30 and DB. RGB value is (73,48,219). Sum of RGB (Red+Green+Blue) = 73+48+219=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4930DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4930DB is #B6CF24. Grayscale: #4A4A4A. Windows color (decimal): -11980581 or 14364745. OLE color: 14364745.
HSL color Cylindrical-coordinate representation of color #4930DB: hue angle of 248.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4930DB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 48 | 219 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.14 |
| HSL | 248.77º | 0.7% | 0.52% | - |
| HSV(B) | 248.77º | 0.78% | 0.86% | - |
| XYZ | 16.59 | 8.64 | 67.81 | - |
| YUV | 74.97 | 209.28 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 219 | 0.67 | 0.78 | 0 | 0.14 | 248.77 | 0.7 | 0.52 |
| Hex | 49 | 30 | DB | 43 | 4E | 0 | E | F9 | 46 | 34 |
| Octal | 111 | 60 | 333 | 103 | 116 | 0 | 16 | 371 | 106 | 64 |
| Binary | 1001001 | 110000 | 11011011 | 1000011 | 1001110 | 0 | 1110 | 11111001 | 1000110 | 110100 |
Color Harmonies of #4930DB
Complementary color
Monochromatic Colors of #4930DB
Black with #4930DB
Text Example
Text Example
White with #4930DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4930DB; }
p { color: rgb(73,48,219); }
H1.HeaderClassName
{
color: #4930DB;
}
.AnyTagClassName
{
color: #4930DB;
}
</style>
background-color css
<style>
a { background-color: #4930DB; }
a { background-color: rgb(73,48,219); }
div.DivClassName
{
background-color: #4930DB;
}
.BgClassName
{
background-color: #4930DB;
}
</style>
border-color css
<style>
span { border-color: #4930DB; }
span { border-color: rgb(73,48,219); }
td.TdClassName
{
border-color: #4930DB;
}
.TagClassName
{
border-color: #4930DB;
}
</style>