#34357E

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

Shades of Jacksons Purple #34357E

Tints of Jacksons Purple #34357E

Color information

#34357E (or 0x34357E) is unknown color: approx Jacksons Purple. HEX triplet: 34, 35 and 7E. RGB value is (52,53,126). Sum of RGB (Red+Green+Blue) = 52+53+126=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #34357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34357E is #CBCA81. Grayscale: #3C3C3C. Windows color (decimal): -13355650 or 8271156. OLE color: 8271156.

HSL color Cylindrical-coordinate representation of color #34357E: hue angle of 239.19º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34357E is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5253126-
CMYK0.590.5800.51
HSL239.19º41.57%34.9%-
HSV(B)239.19º58.73%49.41%-
XYZ6.464.7820.32-
YUV61.02164.67121.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 126 (49.61% from 255) = 54.55%
R=22.51%
G=22.94%
B=54.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52531260.590.5800.51239.1941.5734.9
Hex34357E3B3A033ef2a23
Octal646517673720633575243
Binary1101001101011111110111011111010011001111101111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,53,126); }

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

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

 a { background-color: rgb(52,53,126); }

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

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

 span { border-color: rgb(52,53,126); }

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