#342D82

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

Shades of Jacksons Purple #342D82

Tints of Jacksons Purple #342D82

Color information

#342D82 (or 0x342D82) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2D and 82. RGB value is (52,45,130). Sum of RGB (Red+Green+Blue) = 52+45+130=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #342D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342D82 is #CBD27D. Grayscale: #383838. Windows color (decimal): -13357694 or 8531252. OLE color: 8531252.

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

Color convert

RGB5245130-
CMYK0.600.6500.49
HSL244.94º48.57%34.31%-
HSV(B)244.94º65.38%50.98%-
XYZ6.384.2221.6-
YUV56.78169.32124.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=22.91%
G=19.82%
B=57.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52451300.600.6500.49244.9448.5734.31
Hex342D823C41031f53122
Octal6455202741010613656142
Binary110100101101100000101111001000001011000111110101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,45,130); }

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

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

 a { background-color: rgb(52,45,130); }

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

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

 span { border-color: rgb(52,45,130); }

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