#343987

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

Shades of Jacksons Purple #343987

Tints of Jacksons Purple #343987

Color information

#343987 (or 0x343987) is unknown color: approx Jacksons Purple. HEX triplet: 34, 39 and 87. RGB value is (52,57,135). Sum of RGB (Red+Green+Blue) = 52+57+135=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #343987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343987 is #CBC678. Grayscale: #404040. Windows color (decimal): -13354617 or 8862004. OLE color: 8862004.

HSL color Cylindrical-coordinate representation of color #343987: hue angle of 236.39º 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 #343987 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5257135-
CMYK0.610.5800.47
HSL236.39º44.39%36.67%-
HSV(B)236.39º61.48%52.94%-
XYZ7.255.4123.58-
YUV64.4167.84119.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 135 (53.12% from 255) = 55.33%
R=21.31%
G=23.36%
B=55.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52571350.610.5800.47236.3944.3936.67
Hex3439873D3A02Fec2c25
Octal647120775720573545445
Binary11010011100110000111111101111010010111111101100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343987; }

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

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

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

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

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

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

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

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