Shades of Han Purple #3218DB
Tints of Han Purple #3218DB
RGB
CMYK
RGB Variations
Color information
#3218DB (or 0x3218DB) is known color: Han Purple. HEX triplet: 32, 18 and DB. RGB value is (50,24,219). Sum of RGB (Red+Green+Blue) = 50+24+219=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #3218DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3218DB is #CDE724. Grayscale: #353535. Windows color (decimal): -13494053 or 14358578. OLE color: 14358578.
HSL color Cylindrical-coordinate representation of color #3218DB: hue angle of 248º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3218DB is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 24 | 219 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.14 |
| HSL | 248º | 0.8% | 0.48% | - |
| HSV(B) | 248º | 0.89% | 0.86% | - |
| XYZ | 14.43 | 6.45 | 67.5 | - |
| YUV | 54 | 221.11 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 219 | 0.77 | 0.89 | 0 | 0.14 | 248 | 0.8 | 0.48 |
| Hex | 32 | 18 | DB | 4D | 59 | 0 | E | F8 | 50 | 30 |
| Octal | 62 | 30 | 333 | 115 | 131 | 0 | 16 | 370 | 120 | 60 |
| Binary | 110010 | 11000 | 11011011 | 1001101 | 1011001 | 0 | 1110 | 11111000 | 1010000 | 110000 |
Color Harmonies of #3218DB
Complementary color
Monochromatic Colors of #3218DB
Black with #3218DB
Text Example
Text Example
White with #3218DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3218DB; }
p { color: rgb(50,24,219); }
H1.HeaderClassName
{
color: #3218DB;
}
.AnyTagClassName
{
color: #3218DB;
}
</style>
background-color css
<style>
a { background-color: #3218DB; }
a { background-color: rgb(50,24,219); }
div.DivClassName
{
background-color: #3218DB;
}
.BgClassName
{
background-color: #3218DB;
}
</style>
border-color css
<style>
span { border-color: #3218DB; }
span { border-color: rgb(50,24,219); }
td.TdClassName
{
border-color: #3218DB;
}
.TagClassName
{
border-color: #3218DB;
}
</style>