#342E84

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

Shades of Jacksons Purple #342E84

Tints of Jacksons Purple #342E84

Color information

#342E84 (or 0x342E84) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2E and 84. RGB value is (52,46,132). Sum of RGB (Red+Green+Blue) = 52+46+132=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #342E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342E84 is #CBD17B. Grayscale: #393939. Windows color (decimal): -13357436 or 8662580. OLE color: 8662580.

HSL color Cylindrical-coordinate representation of color #342E84: hue angle of 244.19º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342E84 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5246132-
CMYK0.610.6500.48
HSL244.19º48.31%34.9%-
HSV(B)244.19º65.15%51.76%-
XYZ6.564.3522.32-
YUV57.6169.99124.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=22.61%
G=20%
B=57.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52461320.610.6500.48244.1948.3134.9
Hex342E843D41030f43023
Octal6456204751010603646043
Binary110100101110100001001111011000001011000011110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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