Shades of Han Purple #342DE0
Tints of Han Purple #342DE0
RGB
CMYK
RGB Variations
Color information
#342DE0 (or 0x342DE0) is known color: Han Purple. HEX triplet: 34, 2D and E0. RGB value is (52,45,224). Sum of RGB (Red+Green+Blue) = 52+45+224=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #342DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DE0 is #CBD21F. Grayscale: #424242. Windows color (decimal): -13357600 or 14691636. OLE color: 14691636.
HSL color Cylindrical-coordinate representation of color #342DE0: hue angle of 242.35º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342DE0 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 45 | 224 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.12 |
| HSL | 242.35º | 0.74% | 0.53% | - |
| HSV(B) | 242.35º | 0.8% | 0.88% | - |
| XYZ | 15.81 | 7.99 | 71.23 | - |
| YUV | 67.5 | 216.32 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 224 | 0.77 | 0.80 | 0 | 0.12 | 242.35 | 0.74 | 0.53 |
| Hex | 34 | 2D | E0 | 4D | 50 | 0 | C | F2 | 4A | 35 |
| Octal | 64 | 55 | 340 | 115 | 120 | 0 | 14 | 362 | 112 | 65 |
| Binary | 110100 | 101101 | 11100000 | 1001101 | 1010000 | 0 | 1100 | 11110010 | 1001010 | 110101 |
Color Harmonies of #342DE0
Complementary color
Monochromatic Colors of #342DE0
Black with #342DE0
Text Example
Text Example
White with #342DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342DE0; }
p { color: rgb(52,45,224); }
H1.HeaderClassName
{
color: #342DE0;
}
.AnyTagClassName
{
color: #342DE0;
}
</style>
background-color css
<style>
a { background-color: #342DE0; }
a { background-color: rgb(52,45,224); }
div.DivClassName
{
background-color: #342DE0;
}
.BgClassName
{
background-color: #342DE0;
}
</style>
border-color css
<style>
span { border-color: #342DE0; }
span { border-color: rgb(52,45,224); }
td.TdClassName
{
border-color: #342DE0;
}
.TagClassName
{
border-color: #342DE0;
}
</style>