Shades of Han Purple #342CED
Tints of Han Purple #342CED
RGB
CMYK
RGB Variations
Color information
#342CED (or 0x342CED) is known color: Han Purple. HEX triplet: 34, 2C and ED. RGB value is (52,44,237). Sum of RGB (Red+Green+Blue) = 52+44+237=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #342CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342CED is #CBD312. Grayscale: #434343. Windows color (decimal): -13357843 or 15543348. OLE color: 15543348.
HSL color Cylindrical-coordinate representation of color #342CED: hue angle of 242.49º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #342CED is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 44 | 237 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.07 |
| HSL | 242.49º | 0.84% | 0.55% | - |
| HSV(B) | 242.49º | 0.81% | 0.93% | - |
| XYZ | 17.6 | 8.65 | 80.86 | - |
| YUV | 68.39 | 223.15 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 237 | 0.78 | 0.81 | 0 | 0.07 | 242.49 | 0.84 | 0.55 |
| Hex | 34 | 2C | ED | 4E | 51 | 0 | 7 | F2 | 54 | 37 |
| Octal | 64 | 54 | 355 | 116 | 121 | 0 | 7 | 362 | 124 | 67 |
| Binary | 110100 | 101100 | 11101101 | 1001110 | 1010001 | 0 | 111 | 11110010 | 1010100 | 110111 |
Color Harmonies of #342CED
Complementary color
Monochromatic Colors of #342CED
Black with #342CED
Text Example
Text Example
White with #342CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342CED; }
p { color: rgb(52,44,237); }
H1.HeaderClassName
{
color: #342CED;
}
.AnyTagClassName
{
color: #342CED;
}
</style>
background-color css
<style>
a { background-color: #342CED; }
a { background-color: rgb(52,44,237); }
div.DivClassName
{
background-color: #342CED;
}
.BgClassName
{
background-color: #342CED;
}
</style>
border-color css
<style>
span { border-color: #342CED; }
span { border-color: rgb(52,44,237); }
td.TdClassName
{
border-color: #342CED;
}
.TagClassName
{
border-color: #342CED;
}
</style>