Shades of Han Purple #3215DB
Tints of Han Purple #3215DB
RGB
CMYK
RGB Variations
Color information
#3215DB (or 0x3215DB) is known color: Han Purple. HEX triplet: 32, 15 and DB. RGB value is (50,21,219). Sum of RGB (Red+Green+Blue) = 50+21+219=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #3215DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215DB is #CDEA24. Grayscale: #333333. Windows color (decimal): -13494821 or 14357810. OLE color: 14357810.
HSL color Cylindrical-coordinate representation of color #3215DB: hue angle of 248.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3215DB is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 21 | 219 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.14 |
| HSL | 248.79º | 0.83% | 0.47% | - |
| HSV(B) | 248.79º | 0.9% | 0.86% | - |
| XYZ | 14.37 | 6.33 | 67.48 | - |
| YUV | 52.24 | 222.11 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 219 | 0.77 | 0.90 | 0 | 0.14 | 248.79 | 0.83 | 0.47 |
| Hex | 32 | 15 | DB | 4D | 5A | 0 | E | F9 | 52 | 2F |
| Octal | 62 | 25 | 333 | 115 | 132 | 0 | 16 | 371 | 122 | 57 |
| Binary | 110010 | 10101 | 11011011 | 1001101 | 1011010 | 0 | 1110 | 11111001 | 1010010 | 101111 |
Color Harmonies of #3215DB
Complementary color
Monochromatic Colors of #3215DB
Black with #3215DB
Text Example
Text Example
White with #3215DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215DB; }
p { color: rgb(50,21,219); }
H1.HeaderClassName
{
color: #3215DB;
}
.AnyTagClassName
{
color: #3215DB;
}
</style>
background-color css
<style>
a { background-color: #3215DB; }
a { background-color: rgb(50,21,219); }
div.DivClassName
{
background-color: #3215DB;
}
.BgClassName
{
background-color: #3215DB;
}
</style>
border-color css
<style>
span { border-color: #3215DB; }
span { border-color: rgb(50,21,219); }
td.TdClassName
{
border-color: #3215DB;
}
.TagClassName
{
border-color: #3215DB;
}
</style>