#343E83

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

Shades of Jacksons Purple #343E83

Tints of Jacksons Purple #343E83

Color information

#343E83 (or 0x343E83) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3E and 83. RGB value is (52,62,131). Sum of RGB (Red+Green+Blue) = 52+62+131=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #343E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343E83 is #CBC17C. Grayscale: #424242. Windows color (decimal): -13353341 or 8601140. OLE color: 8601140.

HSL color Cylindrical-coordinate representation of color #343E83: hue angle of 232.41º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343E83 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5262131-
CMYK0.600.5300.49
HSL232.41º43.17%35.88%-
HSV(B)232.41º60.31%51.37%-
XYZ7.245.8122.21-
YUV66.88164.19117.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=21.22%
G=25.31%
B=53.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52621310.600.5300.49232.4143.1735.88
Hex343E833C35031e82b24
Octal647620374650613505344
Binary11010011111010000011111100110101011000111101000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,62,131); }

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

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

 a { background-color: rgb(52,62,131); }

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

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

 span { border-color: rgb(52,62,131); }

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