Shades of Han Purple #331FDB
Tints of Han Purple #331FDB
RGB
CMYK
RGB Variations
Color information
#331FDB (or 0x331FDB) is known color: Han Purple. HEX triplet: 33, 1F and DB. RGB value is (51,31,219). Sum of RGB (Red+Green+Blue) = 51+31+219=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #331FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FDB is #CCE024. Grayscale: #393939. Windows color (decimal): -13426725 or 14360371. OLE color: 14360371.
HSL color Cylindrical-coordinate representation of color #331FDB: hue angle of 246.38º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331FDB is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 31 | 219 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.14 |
| HSL | 246.38º | 0.75% | 0.49% | - |
| HSV(B) | 246.38º | 0.86% | 0.86% | - |
| XYZ | 14.64 | 6.8 | 67.56 | - |
| YUV | 58.41 | 218.63 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 219 | 0.77 | 0.86 | 0 | 0.14 | 246.38 | 0.75 | 0.49 |
| Hex | 33 | 1F | DB | 4D | 56 | 0 | E | F6 | 4B | 31 |
| Octal | 63 | 37 | 333 | 115 | 126 | 0 | 16 | 366 | 113 | 61 |
| Binary | 110011 | 11111 | 11011011 | 1001101 | 1010110 | 0 | 1110 | 11110110 | 1001011 | 110001 |
Color Harmonies of #331FDB
Complementary color
Monochromatic Colors of #331FDB
Black with #331FDB
Text Example
Text Example
White with #331FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331FDB; }
p { color: rgb(51,31,219); }
H1.HeaderClassName
{
color: #331FDB;
}
.AnyTagClassName
{
color: #331FDB;
}
</style>
background-color css
<style>
a { background-color: #331FDB; }
a { background-color: rgb(51,31,219); }
div.DivClassName
{
background-color: #331FDB;
}
.BgClassName
{
background-color: #331FDB;
}
</style>
border-color css
<style>
span { border-color: #331FDB; }
span { border-color: rgb(51,31,219); }
td.TdClassName
{
border-color: #331FDB;
}
.TagClassName
{
border-color: #331FDB;
}
</style>