Shades of Han Purple #3315DB
Tints of Han Purple #3315DB
RGB
CMYK
RGB Variations
Color information
#3315DB (or 0x3315DB) is known color: Han Purple. HEX triplet: 33, 15 and DB. RGB value is (51,21,219). Sum of RGB (Red+Green+Blue) = 51+21+219=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #3315DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315DB is #CCEA24. Grayscale: #333333. Windows color (decimal): -13429285 or 14357811. OLE color: 14357811.
HSL color Cylindrical-coordinate representation of color #3315DB: hue angle of 249.09º 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 #3315DB is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 21 | 219 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.14 |
| HSL | 249.09º | 0.83% | 0.47% | - |
| HSV(B) | 249.09º | 0.9% | 0.86% | - |
| XYZ | 14.42 | 6.35 | 67.48 | - |
| YUV | 52.54 | 221.94 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 219 | 0.77 | 0.90 | 0 | 0.14 | 249.09 | 0.83 | 0.47 |
| Hex | 33 | 15 | DB | 4D | 5A | 0 | E | F9 | 52 | 2F |
| Octal | 63 | 25 | 333 | 115 | 132 | 0 | 16 | 371 | 122 | 57 |
| Binary | 110011 | 10101 | 11011011 | 1001101 | 1011010 | 0 | 1110 | 11111001 | 1010010 | 101111 |
Color Harmonies of #3315DB
Complementary color
Monochromatic Colors of #3315DB
Black with #3315DB
Text Example
Text Example
White with #3315DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315DB; }
p { color: rgb(51,21,219); }
H1.HeaderClassName
{
color: #3315DB;
}
.AnyTagClassName
{
color: #3315DB;
}
</style>
background-color css
<style>
a { background-color: #3315DB; }
a { background-color: rgb(51,21,219); }
div.DivClassName
{
background-color: #3315DB;
}
.BgClassName
{
background-color: #3315DB;
}
</style>
border-color css
<style>
span { border-color: #3315DB; }
span { border-color: rgb(51,21,219); }
td.TdClassName
{
border-color: #3315DB;
}
.TagClassName
{
border-color: #3315DB;
}
</style>