#342CF7

Color #342CF7 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #342CF7

Tints of Han Purple #342CF7

Color information

#342CF7 (or 0x342CF7) is unknown color: approx Han Purple. HEX triplet: 34, 2C and F7. RGB value is (52,44,247). Sum of RGB (Red+Green+Blue) = 52+44+247=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #342CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342CF7 is #CBD308. Grayscale: #444444. Windows color (decimal): -13357833 or 16198708. OLE color: 16198708.

HSL color Cylindrical-coordinate representation of color #342CF7: hue angle of 242.36º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #342CF7 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5244247-
CMYK0.790.8200.03
HSL242.36º92.69%57.06%-
HSV(B)242.36º82.19%96.86%-
XYZ19.119.2588.77-
YUV69.53228.15115.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 15.16%
GREEN value IS 44 (17.58% from 255) = 12.83%
BLUE value IS 247 (96.88% from 255) = 72.01%
R=15.16%
G=12.83%
B=72.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal52442470.790.8200.03242.3692.6957.06
Hex342CF74F5203f25d39
Octal64543671171220336213571
Binary1101001011001111011110011111010010011111100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342CF7; }

 p { color: rgb(52,44,247); }

 H1.HeaderClassName
 {
   color: #342CF7;
 }
 .AnyTagClassName
 {
   color: #342CF7;
 }
</style>
background-color css

<style>
 a { background-color: #342CF7; }

 a { background-color: rgb(52,44,247); }

 div.DivClassName
 {
   background-color: #342CF7;
 }
 .BgClassName
 {
   background-color: #342CF7;
 }
</style>
border-color css

<style>
 span { border-color: #342CF7; }

 span { border-color: rgb(52,44,247); }

 td.TdClassName
 {
   border-color: #342CF7;
 }
 .TagClassName
 {
   border-color: #342CF7;
 }
</style>