Shades of Han Purple #330DDB
Tints of Han Purple #330DDB
RGB
CMYK
RGB Variations
Color information
#330DDB (or 0x330DDB) is known color: Han Purple. HEX triplet: 33, 0D and DB. RGB value is (51,13,219). Sum of RGB (Red+Green+Blue) = 51+13+219=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #330DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DDB is #CCF224. Grayscale: #2F2F2F. Windows color (decimal): -13431333 or 14355763. OLE color: 14355763.
HSL color Cylindrical-coordinate representation of color #330DDB: hue angle of 251.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DDB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 13 | 219 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.14 |
| HSL | 251.07º | 0.89% | 0.45% | - |
| HSV(B) | 251.07º | 0.94% | 0.86% | - |
| XYZ | 14.3 | 6.11 | 67.44 | - |
| YUV | 47.85 | 224.59 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 219 | 0.77 | 0.94 | 0 | 0.14 | 251.07 | 0.89 | 0.45 |
| Hex | 33 | D | DB | 4D | 5E | 0 | E | FB | 59 | 2D |
| Octal | 63 | 15 | 333 | 115 | 136 | 0 | 16 | 373 | 131 | 55 |
| Binary | 110011 | 1101 | 11011011 | 1001101 | 1011110 | 0 | 1110 | 11111011 | 1011001 | 101101 |
Color Harmonies of #330DDB
Complementary color
Monochromatic Colors of #330DDB
Black with #330DDB
Text Example
Text Example
White with #330DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DDB; }
p { color: rgb(51,13,219); }
H1.HeaderClassName
{
color: #330DDB;
}
.AnyTagClassName
{
color: #330DDB;
}
</style>
background-color css
<style>
a { background-color: #330DDB; }
a { background-color: rgb(51,13,219); }
div.DivClassName
{
background-color: #330DDB;
}
.BgClassName
{
background-color: #330DDB;
}
</style>
border-color css
<style>
span { border-color: #330DDB; }
span { border-color: rgb(51,13,219); }
td.TdClassName
{
border-color: #330DDB;
}
.TagClassName
{
border-color: #330DDB;
}
</style>