Shades of Han Purple #340BDD
Tints of Han Purple #340BDD
RGB
CMYK
RGB Variations
Color information
#340BDD (or 0x340BDD) is known color: Han Purple. HEX triplet: 34, 0B and DD. RGB value is (52,11,221). Sum of RGB (Red+Green+Blue) = 52+11+221=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #340BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BDD is #CBF422. Grayscale: #2E2E2E. Windows color (decimal): -13366307 or 14486324. OLE color: 14486324.
HSL color Cylindrical-coordinate representation of color #340BDD: hue angle of 251.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340BDD is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 11 | 221 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.13 |
| HSL | 251.71º | 0.91% | 0.45% | - |
| HSV(B) | 251.71º | 0.95% | 0.87% | - |
| XYZ | 14.59 | 6.19 | 68.83 | - |
| YUV | 47.2 | 226.08 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 221 | 0.76 | 0.95 | 0 | 0.13 | 251.71 | 0.91 | 0.45 |
| Hex | 34 | B | DD | 4C | 5F | 0 | D | FC | 5B | 2D |
| Octal | 64 | 13 | 335 | 114 | 137 | 0 | 15 | 374 | 133 | 55 |
| Binary | 110100 | 1011 | 11011101 | 1001100 | 1011111 | 0 | 1101 | 11111100 | 1011011 | 101101 |
Color Harmonies of #340BDD
Complementary color
Monochromatic Colors of #340BDD
Black with #340BDD
Text Example
Text Example
White with #340BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BDD; }
p { color: rgb(52,11,221); }
H1.HeaderClassName
{
color: #340BDD;
}
.AnyTagClassName
{
color: #340BDD;
}
</style>
background-color css
<style>
a { background-color: #340BDD; }
a { background-color: rgb(52,11,221); }
div.DivClassName
{
background-color: #340BDD;
}
.BgClassName
{
background-color: #340BDD;
}
</style>
border-color css
<style>
span { border-color: #340BDD; }
span { border-color: rgb(52,11,221); }
td.TdClassName
{
border-color: #340BDD;
}
.TagClassName
{
border-color: #340BDD;
}
</style>