Shades of Han Purple #340BDB
Tints of Han Purple #340BDB
RGB
CMYK
RGB Variations
Color information
#340BDB (or 0x340BDB) is known color: Han Purple. HEX triplet: 34, 0B and DB. RGB value is (52,11,219). Sum of RGB (Red+Green+Blue) = 52+11+219=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #340BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BDB is #CBF424. Grayscale: #2E2E2E. Windows color (decimal): -13366309 or 14355252. OLE color: 14355252.
HSL color Cylindrical-coordinate representation of color #340BDB: hue angle of 251.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340BDB is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 11 | 219 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.14 |
| HSL | 251.83º | 0.9% | 0.45% | - |
| HSV(B) | 251.83º | 0.95% | 0.86% | - |
| XYZ | 14.32 | 6.08 | 67.44 | - |
| YUV | 46.97 | 225.08 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 219 | 0.76 | 0.95 | 0 | 0.14 | 251.83 | 0.9 | 0.45 |
| Hex | 34 | B | DB | 4C | 5F | 0 | E | FC | 5A | 2D |
| Octal | 64 | 13 | 333 | 114 | 137 | 0 | 16 | 374 | 132 | 55 |
| Binary | 110100 | 1011 | 11011011 | 1001100 | 1011111 | 0 | 1110 | 11111100 | 1011010 | 101101 |
Color Harmonies of #340BDB
Complementary color
Monochromatic Colors of #340BDB
Black with #340BDB
Text Example
Text Example
White with #340BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BDB; }
p { color: rgb(52,11,219); }
H1.HeaderClassName
{
color: #340BDB;
}
.AnyTagClassName
{
color: #340BDB;
}
</style>
background-color css
<style>
a { background-color: #340BDB; }
a { background-color: rgb(52,11,219); }
div.DivClassName
{
background-color: #340BDB;
}
.BgClassName
{
background-color: #340BDB;
}
</style>
border-color css
<style>
span { border-color: #340BDB; }
span { border-color: rgb(52,11,219); }
td.TdClassName
{
border-color: #340BDB;
}
.TagClassName
{
border-color: #340BDB;
}
</style>