#343785

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

Shades of Jacksons Purple #343785

Tints of Jacksons Purple #343785

Color information

#343785 (or 0x343785) is unknown color: approx Jacksons Purple. HEX triplet: 34, 37 and 85. RGB value is (52,55,133). Sum of RGB (Red+Green+Blue) = 52+55+133=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #343785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343785 is #CBC87A. Grayscale: #3E3E3E. Windows color (decimal): -13355131 or 8730420. OLE color: 8730420.

HSL color Cylindrical-coordinate representation of color #343785: hue angle of 237.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343785 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5255133-
CMYK0.610.5900.48
HSL237.78º43.78%36.27%-
HSV(B)237.78º60.9%52.16%-
XYZ7.025.1622.82-
YUV63167.51120.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=21.67%
G=22.92%
B=55.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52551330.610.5900.48237.7843.7836.27
Hex3437853D3B030ee2c24
Octal646720575730603565444
Binary11010011011110000101111101111011011000011101110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343785; }

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

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

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

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

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

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

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

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