Shades of Han Purple #3319DB
Tints of Han Purple #3319DB
RGB
CMYK
RGB Variations
Color information
#3319DB (or 0x3319DB) is known color: Han Purple. HEX triplet: 33, 19 and DB. RGB value is (51,25,219). Sum of RGB (Red+Green+Blue) = 51+25+219=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 25 (10.16% from 255 or 8.47% 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 #3319DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3319DB is #CCE624. Grayscale: #363636. Windows color (decimal): -13428261 or 14358835. OLE color: 14358835.
HSL color Cylindrical-coordinate representation of color #3319DB: hue angle of 248.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3319DB is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 25 | 219 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.14 |
| HSL | 248.04º | 0.8% | 0.48% | - |
| HSV(B) | 248.04º | 0.89% | 0.86% | - |
| XYZ | 14.5 | 6.51 | 67.51 | - |
| YUV | 54.89 | 220.61 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 219 | 0.77 | 0.89 | 0 | 0.14 | 248.04 | 0.8 | 0.48 |
| Hex | 33 | 19 | DB | 4D | 59 | 0 | E | F8 | 50 | 30 |
| Octal | 63 | 31 | 333 | 115 | 131 | 0 | 16 | 370 | 120 | 60 |
| Binary | 110011 | 11001 | 11011011 | 1001101 | 1011001 | 0 | 1110 | 11111000 | 1010000 | 110000 |
Color Harmonies of #3319DB
Complementary color
Monochromatic Colors of #3319DB
Black with #3319DB
Text Example
Text Example
White with #3319DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3319DB; }
p { color: rgb(51,25,219); }
H1.HeaderClassName
{
color: #3319DB;
}
.AnyTagClassName
{
color: #3319DB;
}
</style>
background-color css
<style>
a { background-color: #3319DB; }
a { background-color: rgb(51,25,219); }
div.DivClassName
{
background-color: #3319DB;
}
.BgClassName
{
background-color: #3319DB;
}
</style>
border-color css
<style>
span { border-color: #3319DB; }
span { border-color: rgb(51,25,219); }
td.TdClassName
{
border-color: #3319DB;
}
.TagClassName
{
border-color: #3319DB;
}
</style>