#34327F

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

Shades of Jacksons Purple #34327F

Tints of Jacksons Purple #34327F

Color information

#34327F (or 0x34327F) is unknown color: approx Jacksons Purple. HEX triplet: 34, 32 and 7F. RGB value is (52,50,127). Sum of RGB (Red+Green+Blue) = 52+50+127=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #34327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34327F is #CBCD80. Grayscale: #3B3B3B. Windows color (decimal): -13356417 or 8335924. OLE color: 8335924.

HSL color Cylindrical-coordinate representation of color #34327F: hue angle of 241.56º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34327F is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5250127-
CMYK0.590.6100.50
HSL241.56º43.5%34.71%-
HSV(B)241.56º60.63%49.8%-
XYZ6.394.5420.62-
YUV59.38166.16122.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 127 (50% from 255) = 55.46%
R=22.71%
G=21.83%
B=55.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52501270.590.6100.50241.5643.534.71
Hex34327F3B3D032f22c23
Octal646217773750623625443
Binary1101001100101111111111011111101011001011110010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34327F; }

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

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

<style>
 a { background-color: #34327F; }

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

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

<style>
 span { border-color: #34327F; }

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

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