#342E8B

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

Shades of Jacksons Purple #342E8B

Tints of Jacksons Purple #342E8B

Color information

#342E8B (or 0x342E8B) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2E and 8B. RGB value is (52,46,139). Sum of RGB (Red+Green+Blue) = 52+46+139=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #342E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342E8B is #CBD174. Grayscale: #3A3A3A. Windows color (decimal): -13357429 or 9121332. OLE color: 9121332.

HSL color Cylindrical-coordinate representation of color #342E8B: hue angle of 243.87º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342E8B is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5246139-
CMYK0.630.6700.45
HSL243.87º50.27%36.27%-
HSV(B)243.87º66.91%54.51%-
XYZ7.054.5524.93-
YUV58.4173.49123.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=21.94%
G=19.41%
B=58.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52461390.630.6700.45243.8750.2736.27
Hex342E8B3F4302Df43224
Octal6456213771030553646244
Binary110100101110100010111111111000011010110111110100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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