Shades of Han Purple #340EDB
Tints of Han Purple #340EDB
RGB
CMYK
RGB Variations
Color information
#340EDB (or 0x340EDB) is known color: Han Purple. HEX triplet: 34, 0E and DB. RGB value is (52,14,219). Sum of RGB (Red+Green+Blue) = 52+14+219=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #340EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340EDB is #CBF124. Grayscale: #2F2F2F. Windows color (decimal): -13365541 or 14356020. OLE color: 14356020.
HSL color Cylindrical-coordinate representation of color #340EDB: hue angle of 251.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340EDB is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 14 | 219 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.14 |
| HSL | 251.12º | 0.88% | 0.46% | - |
| HSV(B) | 251.12º | 0.94% | 0.86% | - |
| XYZ | 14.36 | 6.16 | 67.45 | - |
| YUV | 48.73 | 224.09 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 219 | 0.76 | 0.94 | 0 | 0.14 | 251.12 | 0.88 | 0.46 |
| Hex | 34 | E | DB | 4C | 5E | 0 | E | FB | 58 | 2E |
| Octal | 64 | 16 | 333 | 114 | 136 | 0 | 16 | 373 | 130 | 56 |
| Binary | 110100 | 1110 | 11011011 | 1001100 | 1011110 | 0 | 1110 | 11111011 | 1011000 | 101110 |
Color Harmonies of #340EDB
Complementary color
Monochromatic Colors of #340EDB
Black with #340EDB
Text Example
Text Example
White with #340EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340EDB; }
p { color: rgb(52,14,219); }
H1.HeaderClassName
{
color: #340EDB;
}
.AnyTagClassName
{
color: #340EDB;
}
</style>
background-color css
<style>
a { background-color: #340EDB; }
a { background-color: rgb(52,14,219); }
div.DivClassName
{
background-color: #340EDB;
}
.BgClassName
{
background-color: #340EDB;
}
</style>
border-color css
<style>
span { border-color: #340EDB; }
span { border-color: rgb(52,14,219); }
td.TdClassName
{
border-color: #340EDB;
}
.TagClassName
{
border-color: #340EDB;
}
</style>