Shades of Han Purple #342CF0
Tints of Han Purple #342CF0
RGB
CMYK
RGB Variations
Color information
#342CF0 (or 0x342CF0) is known color: Han Purple. HEX triplet: 34, 2C and F0. RGB value is (52,44,240). Sum of RGB (Red+Green+Blue) = 52+44+240=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #342CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342CF0 is #CBD30F. Grayscale: #434343. Windows color (decimal): -13357840 or 15739956. OLE color: 15739956.
HSL color Cylindrical-coordinate representation of color #342CF0: hue angle of 242.45º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #342CF0 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 44 | 240 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.06 |
| HSL | 242.45º | 0.87% | 0.56% | - |
| HSV(B) | 242.45º | 0.82% | 0.94% | - |
| XYZ | 18.05 | 8.82 | 83.19 | - |
| YUV | 68.74 | 224.65 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 240 | 0.78 | 0.82 | 0 | 0.06 | 242.45 | 0.87 | 0.56 |
| Hex | 34 | 2C | F0 | 4E | 52 | 0 | 6 | F2 | 57 | 38 |
| Octal | 64 | 54 | 360 | 116 | 122 | 0 | 6 | 362 | 127 | 70 |
| Binary | 110100 | 101100 | 11110000 | 1001110 | 1010010 | 0 | 110 | 11110010 | 1010111 | 111000 |
Color Harmonies of #342CF0
Complementary color
Monochromatic Colors of #342CF0
Black with #342CF0
Text Example
Text Example
White with #342CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342CF0; }
p { color: rgb(52,44,240); }
H1.HeaderClassName
{
color: #342CF0;
}
.AnyTagClassName
{
color: #342CF0;
}
</style>
background-color css
<style>
a { background-color: #342CF0; }
a { background-color: rgb(52,44,240); }
div.DivClassName
{
background-color: #342CF0;
}
.BgClassName
{
background-color: #342CF0;
}
</style>
border-color css
<style>
span { border-color: #342CF0; }
span { border-color: rgb(52,44,240); }
td.TdClassName
{
border-color: #342CF0;
}
.TagClassName
{
border-color: #342CF0;
}
</style>