Shades of Han Purple #340CDA
Tints of Han Purple #340CDA
RGB
CMYK
RGB Variations
Color information
#340CDA (or 0x340CDA) is known color: Han Purple. HEX triplet: 34, 0C and DA. RGB value is (52,12,218). Sum of RGB (Red+Green+Blue) = 52+12+218=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #340CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CDA is #CBF325. Grayscale: #2E2E2E. Windows color (decimal): -13366054 or 14289972. OLE color: 14289972.
HSL color Cylindrical-coordinate representation of color #340CDA: hue angle of 251.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340CDA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 12 | 218 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.15 |
| HSL | 251.65º | 0.9% | 0.45% | - |
| HSV(B) | 251.65º | 0.94% | 0.85% | - |
| XYZ | 14.2 | 6.05 | 66.75 | - |
| YUV | 47.44 | 224.25 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 218 | 0.76 | 0.94 | 0 | 0.15 | 251.65 | 0.9 | 0.45 |
| Hex | 34 | C | DA | 4C | 5E | 0 | F | FC | 5A | 2D |
| Octal | 64 | 14 | 332 | 114 | 136 | 0 | 17 | 374 | 132 | 55 |
| Binary | 110100 | 1100 | 11011010 | 1001100 | 1011110 | 0 | 1111 | 11111100 | 1011010 | 101101 |
Color Harmonies of #340CDA
Complementary color
Monochromatic Colors of #340CDA
Black with #340CDA
Text Example
Text Example
White with #340CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340CDA; }
p { color: rgb(52,12,218); }
H1.HeaderClassName
{
color: #340CDA;
}
.AnyTagClassName
{
color: #340CDA;
}
</style>
background-color css
<style>
a { background-color: #340CDA; }
a { background-color: rgb(52,12,218); }
div.DivClassName
{
background-color: #340CDA;
}
.BgClassName
{
background-color: #340CDA;
}
</style>
border-color css
<style>
span { border-color: #340CDA; }
span { border-color: rgb(52,12,218); }
td.TdClassName
{
border-color: #340CDA;
}
.TagClassName
{
border-color: #340CDA;
}
</style>