Shades of Han Purple #340DDB
Tints of Han Purple #340DDB
RGB
CMYK
RGB Variations
Color information
#340DDB (or 0x340DDB) is known color: Han Purple. HEX triplet: 34, 0D and DB. RGB value is (52,13,219). Sum of RGB (Red+Green+Blue) = 52+13+219=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #340DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DDB is #CBF224. Grayscale: #2F2F2F. Windows color (decimal): -13365797 or 14355764. OLE color: 14355764.
HSL color Cylindrical-coordinate representation of color #340DDB: hue angle of 251.36º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340DDB is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 13 | 219 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.14 |
| HSL | 251.36º | 0.89% | 0.45% | - |
| HSV(B) | 251.36º | 0.94% | 0.86% | - |
| XYZ | 14.35 | 6.13 | 67.45 | - |
| YUV | 48.15 | 224.42 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 219 | 0.76 | 0.94 | 0 | 0.14 | 251.36 | 0.89 | 0.45 |
| Hex | 34 | D | DB | 4C | 5E | 0 | E | FB | 59 | 2D |
| Octal | 64 | 15 | 333 | 114 | 136 | 0 | 16 | 373 | 131 | 55 |
| Binary | 110100 | 1101 | 11011011 | 1001100 | 1011110 | 0 | 1110 | 11111011 | 1011001 | 101101 |
Color Harmonies of #340DDB
Complementary color
Monochromatic Colors of #340DDB
Black with #340DDB
Text Example
Text Example
White with #340DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340DDB; }
p { color: rgb(52,13,219); }
H1.HeaderClassName
{
color: #340DDB;
}
.AnyTagClassName
{
color: #340DDB;
}
</style>
background-color css
<style>
a { background-color: #340DDB; }
a { background-color: rgb(52,13,219); }
div.DivClassName
{
background-color: #340DDB;
}
.BgClassName
{
background-color: #340DDB;
}
</style>
border-color css
<style>
span { border-color: #340DDB; }
span { border-color: rgb(52,13,219); }
td.TdClassName
{
border-color: #340DDB;
}
.TagClassName
{
border-color: #340DDB;
}
</style>