#342E7D

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

Shades of Jacksons Purple #342E7D

Tints of Jacksons Purple #342E7D

Color information

#342E7D (or 0x342E7D) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2E and 7D. RGB value is (52,46,125). Sum of RGB (Red+Green+Blue) = 52+46+125=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #342E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E7D is #CBD182. Grayscale: #383838. Windows color (decimal): -13357443 or 8203828. OLE color: 8203828.

HSL color Cylindrical-coordinate representation of color #342E7D: hue angle of 244.56º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342E7D is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5246125-
CMYK0.580.6300.51
HSL244.56º46.2%33.53%-
HSV(B)244.56º63.2%49.02%-
XYZ6.094.1619.88-
YUV56.8166.49124.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 125 (49.22% from 255) = 56.05%
R=23.32%
G=20.63%
B=56.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52461250.580.6300.51244.5646.233.53
Hex342E7D3A3F033f52e22
Octal645617572770633655642
Binary1101001011101111101111010111111011001111110101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,125); }

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

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

 a { background-color: rgb(52,46,125); }

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

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

 span { border-color: rgb(52,46,125); }

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