Shades of Han Purple #342CEF
Tints of Han Purple #342CEF
RGB
CMYK
RGB Variations
Color information
#342CEF (or 0x342CEF) is known color: Han Purple. HEX triplet: 34, 2C and EF. RGB value is (52,44,239). Sum of RGB (Red+Green+Blue) = 52+44+239=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #342CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342CEF is #CBD310. Grayscale: #434343. Windows color (decimal): -13357841 or 15674420. OLE color: 15674420.
HSL color Cylindrical-coordinate representation of color #342CEF: hue angle of 242.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #342CEF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 44 | 239 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.06 |
| HSL | 242.46º | 0.86% | 0.55% | - |
| HSV(B) | 242.46º | 0.82% | 0.94% | - |
| XYZ | 17.9 | 8.76 | 82.41 | - |
| YUV | 68.62 | 224.15 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 239 | 0.78 | 0.82 | 0 | 0.06 | 242.46 | 0.86 | 0.55 |
| Hex | 34 | 2C | EF | 4E | 52 | 0 | 6 | F2 | 56 | 37 |
| Octal | 64 | 54 | 357 | 116 | 122 | 0 | 6 | 362 | 126 | 67 |
| Binary | 110100 | 101100 | 11101111 | 1001110 | 1010010 | 0 | 110 | 11110010 | 1010110 | 110111 |
Color Harmonies of #342CEF
Complementary color
Monochromatic Colors of #342CEF
Black with #342CEF
Text Example
Text Example
White with #342CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342CEF; }
p { color: rgb(52,44,239); }
H1.HeaderClassName
{
color: #342CEF;
}
.AnyTagClassName
{
color: #342CEF;
}
</style>
background-color css
<style>
a { background-color: #342CEF; }
a { background-color: rgb(52,44,239); }
div.DivClassName
{
background-color: #342CEF;
}
.BgClassName
{
background-color: #342CEF;
}
</style>
border-color css
<style>
span { border-color: #342CEF; }
span { border-color: rgb(52,44,239); }
td.TdClassName
{
border-color: #342CEF;
}
.TagClassName
{
border-color: #342CEF;
}
</style>