#343787

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

Shades of Jacksons Purple #343787

Tints of Jacksons Purple #343787

Color information

#343787 (or 0x343787) is unknown color: approx Jacksons Purple. HEX triplet: 34, 37 and 87. RGB value is (52,55,135). Sum of RGB (Red+Green+Blue) = 52+55+135=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #343787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343787 is #CBC878. Grayscale: #3E3E3E. Windows color (decimal): -13355129 or 8861492. OLE color: 8861492.

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

Color convert

RGB5255135-
CMYK0.610.5900.47
HSL237.83º44.39%36.67%-
HSV(B)237.83º61.48%52.94%-
XYZ7.165.2123.55-
YUV63.22168.51120-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=21.49%
G=22.73%
B=55.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52551350.610.5900.47237.8344.3936.67
Hex3437873D3B02Fee2c25
Octal646720775730573565445
Binary11010011011110000111111101111011010111111101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343787; }

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

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

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

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

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

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

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

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