Shades of Han Purple #340CDE
Tints of Han Purple #340CDE
RGB
CMYK
RGB Variations
Color information
#340CDE (or 0x340CDE) is known color: Han Purple. HEX triplet: 34, 0C and DE. RGB value is (52,12,222). Sum of RGB (Red+Green+Blue) = 52+12+222=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #340CDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CDE is #CBF321. Grayscale: #2F2F2F. Windows color (decimal): -13366050 or 14552116. OLE color: 14552116.
HSL color Cylindrical-coordinate representation of color #340CDE: hue angle of 251.43º degrees, saturation: 0.9, 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 #340CDE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 12 | 222 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.43º | 0.9% | 0.46% | - |
| HSV(B) | 251.43º | 0.95% | 0.87% | - |
| XYZ | 14.73 | 6.27 | 69.54 | - |
| YUV | 47.9 | 226.25 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 222 | 0.77 | 0.95 | 0 | 0.13 | 251.43 | 0.9 | 0.46 |
| Hex | 34 | C | DE | 4D | 5F | 0 | D | FB | 5A | 2E |
| Octal | 64 | 14 | 336 | 115 | 137 | 0 | 15 | 373 | 132 | 56 |
| Binary | 110100 | 1100 | 11011110 | 1001101 | 1011111 | 0 | 1101 | 11111011 | 1011010 | 101110 |
Color Harmonies of #340CDE
Complementary color
Monochromatic Colors of #340CDE
Black with #340CDE
Text Example
Text Example
White with #340CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340CDE; }
p { color: rgb(52,12,222); }
H1.HeaderClassName
{
color: #340CDE;
}
.AnyTagClassName
{
color: #340CDE;
}
</style>
background-color css
<style>
a { background-color: #340CDE; }
a { background-color: rgb(52,12,222); }
div.DivClassName
{
background-color: #340CDE;
}
.BgClassName
{
background-color: #340CDE;
}
</style>
border-color css
<style>
span { border-color: #340CDE; }
span { border-color: rgb(52,12,222); }
td.TdClassName
{
border-color: #340CDE;
}
.TagClassName
{
border-color: #340CDE;
}
</style>