#343786

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

Shades of Jacksons Purple #343786

Tints of Jacksons Purple #343786

Color information

#343786 (or 0x343786) is unknown color: approx Jacksons Purple. HEX triplet: 34, 37 and 86. RGB value is (52,55,134). Sum of RGB (Red+Green+Blue) = 52+55+134=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #343786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343786 is #CBC879. Grayscale: #3E3E3E. Windows color (decimal): -13355130 or 8795956. OLE color: 8795956.

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

Color convert

RGB5255134-
CMYK0.610.5900.47
HSL237.8º44.09%36.47%-
HSV(B)237.8º61.19%52.55%-
XYZ7.095.1823.18-
YUV63.11168.01120.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=21.58%
G=22.82%
B=55.60%

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
Decimal52551340.610.5900.47237.844.0936.47
Hex3437863D3B02Fee2c24
Octal646720675730573565444
Binary11010011011110000110111101111011010111111101110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343786; }

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

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

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

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

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

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

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

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