Shades of Han Purple #3316DB
Tints of Han Purple #3316DB
RGB
CMYK
RGB Variations
Color information
#3316DB (or 0x3316DB) is known color: Han Purple. HEX triplet: 33, 16 and DB. RGB value is (51,22,219). Sum of RGB (Red+Green+Blue) = 51+22+219=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #3316DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3316DB is #CCE924. Grayscale: #343434. Windows color (decimal): -13429029 or 14358067. OLE color: 14358067.
HSL color Cylindrical-coordinate representation of color #3316DB: hue angle of 248.83º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3316DB is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 22 | 219 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.14 |
| HSL | 248.83º | 0.82% | 0.47% | - |
| HSV(B) | 248.83º | 0.9% | 0.86% | - |
| XYZ | 14.44 | 6.39 | 67.49 | - |
| YUV | 53.13 | 221.61 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 219 | 0.77 | 0.90 | 0 | 0.14 | 248.83 | 0.82 | 0.47 |
| Hex | 33 | 16 | DB | 4D | 5A | 0 | E | F9 | 52 | 2F |
| Octal | 63 | 26 | 333 | 115 | 132 | 0 | 16 | 371 | 122 | 57 |
| Binary | 110011 | 10110 | 11011011 | 1001101 | 1011010 | 0 | 1110 | 11111001 | 1010010 | 101111 |
Color Harmonies of #3316DB
Complementary color
Monochromatic Colors of #3316DB
Black with #3316DB
Text Example
Text Example
White with #3316DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3316DB; }
p { color: rgb(51,22,219); }
H1.HeaderClassName
{
color: #3316DB;
}
.AnyTagClassName
{
color: #3316DB;
}
</style>
background-color css
<style>
a { background-color: #3316DB; }
a { background-color: rgb(51,22,219); }
div.DivClassName
{
background-color: #3316DB;
}
.BgClassName
{
background-color: #3316DB;
}
</style>
border-color css
<style>
span { border-color: #3316DB; }
span { border-color: rgb(51,22,219); }
td.TdClassName
{
border-color: #3316DB;
}
.TagClassName
{
border-color: #3316DB;
}
</style>