Shades of Han Purple #3310DB
Tints of Han Purple #3310DB
RGB
CMYK
RGB Variations
Color information
#3310DB (or 0x3310DB) is known color: Han Purple. HEX triplet: 33, 10 and DB. RGB value is (51,16,219). Sum of RGB (Red+Green+Blue) = 51+16+219=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #3310DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3310DB is #CCEF24. Grayscale: #303030. Windows color (decimal): -13430565 or 14356531. OLE color: 14356531.
HSL color Cylindrical-coordinate representation of color #3310DB: hue angle of 250.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3310DB is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 16 | 219 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.14 |
| HSL | 250.34º | 0.86% | 0.46% | - |
| HSV(B) | 250.34º | 0.93% | 0.86% | - |
| XYZ | 14.34 | 6.19 | 67.46 | - |
| YUV | 49.61 | 223.6 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 219 | 0.77 | 0.93 | 0 | 0.14 | 250.34 | 0.86 | 0.46 |
| Hex | 33 | 10 | DB | 4D | 5D | 0 | E | FA | 56 | 2E |
| Octal | 63 | 20 | 333 | 115 | 135 | 0 | 16 | 372 | 126 | 56 |
| Binary | 110011 | 10000 | 11011011 | 1001101 | 1011101 | 0 | 1110 | 11111010 | 1010110 | 101110 |
Color Harmonies of #3310DB
Complementary color
Monochromatic Colors of #3310DB
Black with #3310DB
Text Example
Text Example
White with #3310DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3310DB; }
p { color: rgb(51,16,219); }
H1.HeaderClassName
{
color: #3310DB;
}
.AnyTagClassName
{
color: #3310DB;
}
</style>
background-color css
<style>
a { background-color: #3310DB; }
a { background-color: rgb(51,16,219); }
div.DivClassName
{
background-color: #3310DB;
}
.BgClassName
{
background-color: #3310DB;
}
</style>
border-color css
<style>
span { border-color: #3310DB; }
span { border-color: rgb(51,16,219); }
td.TdClassName
{
border-color: #3310DB;
}
.TagClassName
{
border-color: #3310DB;
}
</style>