Shades of Han Purple #340BDE
Tints of Han Purple #340BDE
RGB
CMYK
RGB Variations
Color information
#340BDE (or 0x340BDE) is known color: Han Purple. HEX triplet: 34, 0B and DE. RGB value is (52,11,222). Sum of RGB (Red+Green+Blue) = 52+11+222=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #340BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BDE is #CBF421. Grayscale: #2E2E2E. Windows color (decimal): -13366306 or 14551860. OLE color: 14551860.
HSL color Cylindrical-coordinate representation of color #340BDE: hue angle of 251.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340BDE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 11 | 222 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.66º | 0.91% | 0.46% | - |
| HSV(B) | 251.66º | 0.95% | 0.87% | - |
| XYZ | 14.72 | 6.24 | 69.54 | - |
| YUV | 47.31 | 226.58 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 222 | 0.77 | 0.95 | 0 | 0.13 | 251.66 | 0.91 | 0.46 |
| Hex | 34 | B | DE | 4D | 5F | 0 | D | FC | 5B | 2E |
| Octal | 64 | 13 | 336 | 115 | 137 | 0 | 15 | 374 | 133 | 56 |
| Binary | 110100 | 1011 | 11011110 | 1001101 | 1011111 | 0 | 1101 | 11111100 | 1011011 | 101110 |
Color Harmonies of #340BDE
Complementary color
Monochromatic Colors of #340BDE
Black with #340BDE
Text Example
Text Example
White with #340BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BDE; }
p { color: rgb(52,11,222); }
H1.HeaderClassName
{
color: #340BDE;
}
.AnyTagClassName
{
color: #340BDE;
}
</style>
background-color css
<style>
a { background-color: #340BDE; }
a { background-color: rgb(52,11,222); }
div.DivClassName
{
background-color: #340BDE;
}
.BgClassName
{
background-color: #340BDE;
}
</style>
border-color css
<style>
span { border-color: #340BDE; }
span { border-color: rgb(52,11,222); }
td.TdClassName
{
border-color: #340BDE;
}
.TagClassName
{
border-color: #340BDE;
}
</style>