Shades of Han Purple #331DDB
Tints of Han Purple #331DDB
RGB
CMYK
RGB Variations
Color information
#331DDB (or 0x331DDB) is known color: Han Purple. HEX triplet: 33, 1D and DB. RGB value is (51,29,219). Sum of RGB (Red+Green+Blue) = 51+29+219=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #331DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DDB is #CCE224. Grayscale: #383838. Windows color (decimal): -13427237 or 14359859. OLE color: 14359859.
HSL color Cylindrical-coordinate representation of color #331DDB: hue angle of 246.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331DDB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 29 | 219 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.14 |
| HSL | 246.95º | 0.77% | 0.49% | - |
| HSV(B) | 246.95º | 0.87% | 0.86% | - |
| XYZ | 14.59 | 6.7 | 67.54 | - |
| YUV | 57.24 | 219.29 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 219 | 0.77 | 0.87 | 0 | 0.14 | 246.95 | 0.77 | 0.49 |
| Hex | 33 | 1D | DB | 4D | 57 | 0 | E | F7 | 4D | 31 |
| Octal | 63 | 35 | 333 | 115 | 127 | 0 | 16 | 367 | 115 | 61 |
| Binary | 110011 | 11101 | 11011011 | 1001101 | 1010111 | 0 | 1110 | 11110111 | 1001101 | 110001 |
Color Harmonies of #331DDB
Complementary color
Monochromatic Colors of #331DDB
Black with #331DDB
Text Example
Text Example
White with #331DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331DDB; }
p { color: rgb(51,29,219); }
H1.HeaderClassName
{
color: #331DDB;
}
.AnyTagClassName
{
color: #331DDB;
}
</style>
background-color css
<style>
a { background-color: #331DDB; }
a { background-color: rgb(51,29,219); }
div.DivClassName
{
background-color: #331DDB;
}
.BgClassName
{
background-color: #331DDB;
}
</style>
border-color css
<style>
span { border-color: #331DDB; }
span { border-color: rgb(51,29,219); }
td.TdClassName
{
border-color: #331DDB;
}
.TagClassName
{
border-color: #331DDB;
}
</style>