Shades of Han Purple #342BEE
Tints of Han Purple #342BEE
RGB
CMYK
RGB Variations
Color information
#342BEE (or 0x342BEE) is known color: Han Purple. HEX triplet: 34, 2B and EE. RGB value is (52,43,238). Sum of RGB (Red+Green+Blue) = 52+43+238=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #342BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342BEE is #CBD411. Grayscale: #434343. Windows color (decimal): -13358098 or 15608628. OLE color: 15608628.
HSL color Cylindrical-coordinate representation of color #342BEE: hue angle of 242.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #342BEE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 43 | 238 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.07 |
| HSL | 242.77º | 0.85% | 0.55% | - |
| HSV(B) | 242.77º | 0.82% | 0.93% | - |
| XYZ | 17.71 | 8.63 | 81.62 | - |
| YUV | 67.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 238 | 0.78 | 0.82 | 0 | 0.07 | 242.77 | 0.85 | 0.55 |
| Hex | 34 | 2B | EE | 4E | 52 | 0 | 7 | F3 | 55 | 37 |
| Octal | 64 | 53 | 356 | 116 | 122 | 0 | 7 | 363 | 125 | 67 |
| Binary | 110100 | 101011 | 11101110 | 1001110 | 1010010 | 0 | 111 | 11110011 | 1010101 | 110111 |
Color Harmonies of #342BEE
Complementary color
Monochromatic Colors of #342BEE
Black with #342BEE
Text Example
Text Example
White with #342BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342BEE; }
p { color: rgb(52,43,238); }
H1.HeaderClassName
{
color: #342BEE;
}
.AnyTagClassName
{
color: #342BEE;
}
</style>
background-color css
<style>
a { background-color: #342BEE; }
a { background-color: rgb(52,43,238); }
div.DivClassName
{
background-color: #342BEE;
}
.BgClassName
{
background-color: #342BEE;
}
</style>
border-color css
<style>
span { border-color: #342BEE; }
span { border-color: rgb(52,43,238); }
td.TdClassName
{
border-color: #342BEE;
}
.TagClassName
{
border-color: #342BEE;
}
</style>