#34328E

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

Shades of Jacksons Purple #34328E

Tints of Jacksons Purple #34328E

Color information

#34328E (or 0x34328E) is unknown color: approx Jacksons Purple. HEX triplet: 34, 32 and 8E. RGB value is (52,50,142). Sum of RGB (Red+Green+Blue) = 52+50+142=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #34328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34328E is #CBCD71. Grayscale: #3C3C3C. Windows color (decimal): -13356402 or 9318964. OLE color: 9318964.

HSL color Cylindrical-coordinate representation of color #34328E: hue angle of 241.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34328E is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5250142-
CMYK0.630.6500.44
HSL241.3º47.92%37.65%-
HSV(B)241.3º64.79%55.69%-
XYZ7.444.9626.16-
YUV61.09173.66121.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 142 (55.86% from 255) = 58.20%
R=21.31%
G=20.49%
B=58.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52501420.630.6500.44241.347.9237.65
Hex34328E3F4102Cf13026
Octal6462216771010543616046
Binary110100110010100011101111111000001010110011110001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34328E; }

 p { color: rgb(52,50,142); }

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

<style>
 a { background-color: #34328E; }

 a { background-color: rgb(52,50,142); }

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

<style>
 span { border-color: #34328E; }

 span { border-color: rgb(52,50,142); }

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