#343A89

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

Shades of Jacksons Purple #343A89

Tints of Jacksons Purple #343A89

Color information

#343A89 (or 0x343A89) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3A and 89. RGB value is (52,58,137). Sum of RGB (Red+Green+Blue) = 52+58+137=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #343A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343A89 is #CBC576. Grayscale: #404040. Windows color (decimal): -13354359 or 8993332. OLE color: 8993332.

HSL color Cylindrical-coordinate representation of color #343A89: hue angle of 235.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #343A89 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5258137-
CMYK0.620.5800.46
HSL235.76º44.97%37.06%-
HSV(B)235.76º62.04%53.73%-
XYZ7.445.5624.35-
YUV65.21168.51118.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=21.05%
G=23.48%
B=55.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52581370.620.5800.46235.7644.9737.06
Hex343A893E3A02Eec2d25
Octal647221176720563545545
Binary11010011101010001001111110111010010111011101100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,137); }

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

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

 a { background-color: rgb(52,58,137); }

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

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

 span { border-color: rgb(52,58,137); }

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