Shades of Han Purple #342EE3
Tints of Han Purple #342EE3
RGB
CMYK
RGB Variations
Color information
#342EE3 (or 0x342EE3) is known color: Han Purple. HEX triplet: 34, 2E and E3. RGB value is (52,46,227). Sum of RGB (Red+Green+Blue) = 52+46+227=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 227 (89.06% from 255 or 69.85% from 325); Max value from RGB is 227 - color contains mainly: blue. Hex color #342EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EE3 is #CBD11C. Grayscale: #434343. Windows color (decimal): -13357341 or 14888500. OLE color: 14888500.
HSL color Cylindrical-coordinate representation of color #342EE3: hue angle of 241.99º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342EE3 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 46 | 227 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.11 |
| HSL | 241.99º | 0.76% | 0.54% | - |
| HSV(B) | 241.99º | 0.8% | 0.89% | - |
| XYZ | 16.26 | 8.23 | 73.4 | - |
| YUV | 68.43 | 217.49 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 227 | 0.77 | 0.80 | 0 | 0.11 | 241.99 | 0.76 | 0.54 |
| Hex | 34 | 2E | E3 | 4D | 50 | 0 | B | F2 | 4C | 36 |
| Octal | 64 | 56 | 343 | 115 | 120 | 0 | 13 | 362 | 114 | 66 |
| Binary | 110100 | 101110 | 11100011 | 1001101 | 1010000 | 0 | 1011 | 11110010 | 1001100 | 110110 |
Color Harmonies of #342EE3
Complementary color
Monochromatic Colors of #342EE3
Black with #342EE3
Text Example
Text Example
White with #342EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342EE3; }
p { color: rgb(52,46,227); }
H1.HeaderClassName
{
color: #342EE3;
}
.AnyTagClassName
{
color: #342EE3;
}
</style>
background-color css
<style>
a { background-color: #342EE3; }
a { background-color: rgb(52,46,227); }
div.DivClassName
{
background-color: #342EE3;
}
.BgClassName
{
background-color: #342EE3;
}
</style>
border-color css
<style>
span { border-color: #342EE3; }
span { border-color: rgb(52,46,227); }
td.TdClassName
{
border-color: #342EE3;
}
.TagClassName
{
border-color: #342EE3;
}
</style>