#343B91

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

Shades of Jacksons Purple #343B91

Tints of Jacksons Purple #343B91

Color information

#343B91 (or 0x343B91) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3B and 91. RGB value is (52,59,145). Sum of RGB (Red+Green+Blue) = 52+59+145=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #343B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343B91 is #CBC46E. Grayscale: #424242. Windows color (decimal): -13354095 or 9517876. OLE color: 9517876.

HSL color Cylindrical-coordinate representation of color #343B91: hue angle of 235.48º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343B91 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5259145-
CMYK0.640.5900.43
HSL235.48º47.21%38.63%-
HSV(B)235.48º64.14%56.86%-
XYZ8.095.927.5-
YUV66.71172.18117.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=20.31%
G=23.05%
B=56.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52591450.640.5900.43235.4847.2138.63
Hex343B91403B02Beb2f27
Octal6473221100730533535747
Binary110100111011100100011000000111011010101111101011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343B91; }

 p { color: rgb(52,59,145); }

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

<style>
 a { background-color: #343B91; }

 a { background-color: rgb(52,59,145); }

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

<style>
 span { border-color: #343B91; }

 span { border-color: rgb(52,59,145); }

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