Shades of Han Purple #340BDF
Tints of Han Purple #340BDF
RGB
CMYK
RGB Variations
Color information
#340BDF (or 0x340BDF) is known color: Han Purple. HEX triplet: 34, 0B and DF. RGB value is (52,11,223). Sum of RGB (Red+Green+Blue) = 52+11+223=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #340BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BDF is #CBF420. Grayscale: #2E2E2E. Windows color (decimal): -13366305 or 14617396. OLE color: 14617396.
HSL color Cylindrical-coordinate representation of color #340BDF: hue angle of 251.6º 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 #340BDF is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 11 | 223 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.6º | 0.91% | 0.46% | - |
| HSV(B) | 251.6º | 0.95% | 0.87% | - |
| XYZ | 14.86 | 6.3 | 70.24 | - |
| YUV | 47.43 | 227.08 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 223 | 0.77 | 0.95 | 0 | 0.13 | 251.6 | 0.91 | 0.46 |
| Hex | 34 | B | DF | 4D | 5F | 0 | D | FC | 5B | 2E |
| Octal | 64 | 13 | 337 | 115 | 137 | 0 | 15 | 374 | 133 | 56 |
| Binary | 110100 | 1011 | 11011111 | 1001101 | 1011111 | 0 | 1101 | 11111100 | 1011011 | 101110 |
Color Harmonies of #340BDF
Complementary color
Monochromatic Colors of #340BDF
Black with #340BDF
Text Example
Text Example
White with #340BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BDF; }
p { color: rgb(52,11,223); }
H1.HeaderClassName
{
color: #340BDF;
}
.AnyTagClassName
{
color: #340BDF;
}
</style>
background-color css
<style>
a { background-color: #340BDF; }
a { background-color: rgb(52,11,223); }
div.DivClassName
{
background-color: #340BDF;
}
.BgClassName
{
background-color: #340BDF;
}
</style>
border-color css
<style>
span { border-color: #340BDF; }
span { border-color: rgb(52,11,223); }
td.TdClassName
{
border-color: #340BDF;
}
.TagClassName
{
border-color: #340BDF;
}
</style>