#343587

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

Shades of Jacksons Purple #343587

Tints of Jacksons Purple #343587

Color information

#343587 (or 0x343587) is unknown color: approx Jacksons Purple. HEX triplet: 34, 35 and 87. RGB value is (52,53,135). Sum of RGB (Red+Green+Blue) = 52+53+135=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #343587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343587 is #CBCA78. Grayscale: #3D3D3D. Windows color (decimal): -13355641 or 8860980. OLE color: 8860980.

HSL color Cylindrical-coordinate representation of color #343587: hue angle of 239.28º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343587 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5253135-
CMYK0.610.6100.47
HSL239.28º44.39%36.67%-
HSV(B)239.28º61.48%52.94%-
XYZ7.065.0323.52-
YUV62.05169.17120.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=21.67%
G=22.08%
B=56.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52531350.610.6100.47239.2844.3936.67
Hex3435873D3D02Fef2c25
Octal646520775750573575445
Binary11010011010110000111111101111101010111111101111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343587; }

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

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

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

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

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

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

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

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