Shades of Han Purple #3326DB
Tints of Han Purple #3326DB
RGB
CMYK
RGB Variations
Color information
#3326DB (or 0x3326DB) is known color: Han Purple. HEX triplet: 33, 26 and DB. RGB value is (51,38,219). Sum of RGB (Red+Green+Blue) = 51+38+219=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #3326DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326DB is #CCD924. Grayscale: #3D3D3D. Windows color (decimal): -13424933 or 14362163. OLE color: 14362163.
HSL color Cylindrical-coordinate representation of color #3326DB: hue angle of 244.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3326DB is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 38 | 219 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.14 |
| HSL | 244.31º | 0.72% | 0.5% | - |
| HSV(B) | 244.31º | 0.83% | 0.86% | - |
| XYZ | 14.84 | 7.2 | 67.63 | - |
| YUV | 62.52 | 216.31 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 219 | 0.77 | 0.83 | 0 | 0.14 | 244.31 | 0.72 | 0.5 |
| Hex | 33 | 26 | DB | 4D | 53 | 0 | E | F4 | 48 | 32 |
| Octal | 63 | 46 | 333 | 115 | 123 | 0 | 16 | 364 | 110 | 62 |
| Binary | 110011 | 100110 | 11011011 | 1001101 | 1010011 | 0 | 1110 | 11110100 | 1001000 | 110010 |
Color Harmonies of #3326DB
Complementary color
Monochromatic Colors of #3326DB
Black with #3326DB
Text Example
Text Example
White with #3326DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326DB; }
p { color: rgb(51,38,219); }
H1.HeaderClassName
{
color: #3326DB;
}
.AnyTagClassName
{
color: #3326DB;
}
</style>
background-color css
<style>
a { background-color: #3326DB; }
a { background-color: rgb(51,38,219); }
div.DivClassName
{
background-color: #3326DB;
}
.BgClassName
{
background-color: #3326DB;
}
</style>
border-color css
<style>
span { border-color: #3326DB; }
span { border-color: rgb(51,38,219); }
td.TdClassName
{
border-color: #3326DB;
}
.TagClassName
{
border-color: #3326DB;
}
</style>