#343487

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

Shades of Jacksons Purple #343487

Tints of Jacksons Purple #343487

Color information

#343487 (or 0x343487) is unknown color: approx Jacksons Purple. HEX triplet: 34, 34 and 87. RGB value is (52,52,135). Sum of RGB (Red+Green+Blue) = 52+52+135=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #343487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343487 is #CBCB78. Grayscale: #3D3D3D. Windows color (decimal): -13355897 or 8860724. OLE color: 8860724.

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

Color convert

RGB5252135-
CMYK0.610.6100.47
HSL240º44.39%36.67%-
HSV(B)240º61.48%52.94%-
XYZ7.024.9423.5-
YUV61.46169.5121.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=21.76%
G=21.76%
B=56.49%

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
Decimal52521350.610.6100.4724044.3936.67
Hex3434873D3D02Ff02c25
Octal646420775750573605445
Binary11010011010010000111111101111101010111111110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343487; }

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

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

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

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

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

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

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

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