Shades of Han Purple #331BDB
Tints of Han Purple #331BDB
RGB
CMYK
RGB Variations
Color information
#331BDB (or 0x331BDB) is known color: Han Purple. HEX triplet: 33, 1B and DB. RGB value is (51,27,219). Sum of RGB (Red+Green+Blue) = 51+27+219=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #331BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BDB is #CCE424. Grayscale: #373737. Windows color (decimal): -13427749 or 14359347. OLE color: 14359347.
HSL color Cylindrical-coordinate representation of color #331BDB: hue angle of 247.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331BDB is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 27 | 219 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.14 |
| HSL | 247.5º | 0.78% | 0.48% | - |
| HSV(B) | 247.5º | 0.88% | 0.86% | - |
| XYZ | 14.54 | 6.6 | 67.53 | - |
| YUV | 56.06 | 219.95 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 219 | 0.77 | 0.88 | 0 | 0.14 | 247.5 | 0.78 | 0.48 |
| Hex | 33 | 1B | DB | 4D | 58 | 0 | E | F8 | 4E | 30 |
| Octal | 63 | 33 | 333 | 115 | 130 | 0 | 16 | 370 | 116 | 60 |
| Binary | 110011 | 11011 | 11011011 | 1001101 | 1011000 | 0 | 1110 | 11111000 | 1001110 | 110000 |
Color Harmonies of #331BDB
Complementary color
Monochromatic Colors of #331BDB
Black with #331BDB
Text Example
Text Example
White with #331BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331BDB; }
p { color: rgb(51,27,219); }
H1.HeaderClassName
{
color: #331BDB;
}
.AnyTagClassName
{
color: #331BDB;
}
</style>
background-color css
<style>
a { background-color: #331BDB; }
a { background-color: rgb(51,27,219); }
div.DivClassName
{
background-color: #331BDB;
}
.BgClassName
{
background-color: #331BDB;
}
</style>
border-color css
<style>
span { border-color: #331BDB; }
span { border-color: rgb(51,27,219); }
td.TdClassName
{
border-color: #331BDB;
}
.TagClassName
{
border-color: #331BDB;
}
</style>