#342D84

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

Shades of Jacksons Purple #342D84

Tints of Jacksons Purple #342D84

Color information

#342D84 (or 0x342D84) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2D and 84. RGB value is (52,45,132). Sum of RGB (Red+Green+Blue) = 52+45+132=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #342D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342D84 is #CBD27B. Grayscale: #383838. Windows color (decimal): -13357692 or 8662324. OLE color: 8662324.

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

Color convert

RGB5245132-
CMYK0.610.6600.48
HSL244.83º49.15%34.71%-
HSV(B)244.83º65.91%51.76%-
XYZ6.524.2722.31-
YUV57.01170.32124.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=22.71%
G=19.65%
B=57.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52451320.610.6600.48244.8349.1534.71
Hex342D843D42030f53123
Octal6455204751020603656143
Binary110100101101100001001111011000010011000011110101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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