Shades of Han Purple #331ADB
Tints of Han Purple #331ADB
RGB
CMYK
RGB Variations
Color information
#331ADB (or 0x331ADB) is known color: Han Purple. HEX triplet: 33, 1A and DB. RGB value is (51,26,219). Sum of RGB (Red+Green+Blue) = 51+26+219=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #331ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ADB is #CCE524. Grayscale: #363636. Windows color (decimal): -13428005 or 14359091. OLE color: 14359091.
HSL color Cylindrical-coordinate representation of color #331ADB: hue angle of 247.77º degrees, saturation: 0.79, 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 #331ADB is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 26 | 219 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.14 |
| HSL | 247.77º | 0.79% | 0.48% | - |
| HSV(B) | 247.77º | 0.88% | 0.86% | - |
| XYZ | 14.52 | 6.56 | 67.52 | - |
| YUV | 55.48 | 220.28 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 219 | 0.77 | 0.88 | 0 | 0.14 | 247.77 | 0.79 | 0.48 |
| Hex | 33 | 1A | DB | 4D | 58 | 0 | E | F8 | 4F | 30 |
| Octal | 63 | 32 | 333 | 115 | 130 | 0 | 16 | 370 | 117 | 60 |
| Binary | 110011 | 11010 | 11011011 | 1001101 | 1011000 | 0 | 1110 | 11111000 | 1001111 | 110000 |
Color Harmonies of #331ADB
Complementary color
Monochromatic Colors of #331ADB
Black with #331ADB
Text Example
Text Example
White with #331ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331ADB; }
p { color: rgb(51,26,219); }
H1.HeaderClassName
{
color: #331ADB;
}
.AnyTagClassName
{
color: #331ADB;
}
</style>
background-color css
<style>
a { background-color: #331ADB; }
a { background-color: rgb(51,26,219); }
div.DivClassName
{
background-color: #331ADB;
}
.BgClassName
{
background-color: #331ADB;
}
</style>
border-color css
<style>
span { border-color: #331ADB; }
span { border-color: rgb(51,26,219); }
td.TdClassName
{
border-color: #331ADB;
}
.TagClassName
{
border-color: #331ADB;
}
</style>