Shades of Han Purple #342EEB
Tints of Han Purple #342EEB
RGB
CMYK
RGB Variations
Color information
#342EEB (or 0x342EEB) is known color: Han Purple. HEX triplet: 34, 2E and EB. RGB value is (52,46,235). Sum of RGB (Red+Green+Blue) = 52+46+235=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #342EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342EEB is #CBD114. Grayscale: #444444. Windows color (decimal): -13357333 or 15412788. OLE color: 15412788.
HSL color Cylindrical-coordinate representation of color #342EEB: hue angle of 241.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342EEB is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 46 | 235 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.08 |
| HSL | 241.9º | 0.83% | 0.55% | - |
| HSV(B) | 241.9º | 0.8% | 0.92% | - |
| XYZ | 17.39 | 8.68 | 79.36 | - |
| YUV | 69.34 | 221.49 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 235 | 0.78 | 0.80 | 0 | 0.08 | 241.9 | 0.83 | 0.55 |
| Hex | 34 | 2E | EB | 4E | 50 | 0 | 8 | F2 | 53 | 37 |
| Octal | 64 | 56 | 353 | 116 | 120 | 0 | 10 | 362 | 123 | 67 |
| Binary | 110100 | 101110 | 11101011 | 1001110 | 1010000 | 0 | 1000 | 11110010 | 1010011 | 110111 |
Color Harmonies of #342EEB
Complementary color
Monochromatic Colors of #342EEB
Black with #342EEB
Text Example
Text Example
White with #342EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342EEB; }
p { color: rgb(52,46,235); }
H1.HeaderClassName
{
color: #342EEB;
}
.AnyTagClassName
{
color: #342EEB;
}
</style>
background-color css
<style>
a { background-color: #342EEB; }
a { background-color: rgb(52,46,235); }
div.DivClassName
{
background-color: #342EEB;
}
.BgClassName
{
background-color: #342EEB;
}
</style>
border-color css
<style>
span { border-color: #342EEB; }
span { border-color: rgb(52,46,235); }
td.TdClassName
{
border-color: #342EEB;
}
.TagClassName
{
border-color: #342EEB;
}
</style>