#343D85

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

Shades of Jacksons Purple #343D85

Tints of Jacksons Purple #343D85

Color information

#343D85 (or 0x343D85) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3D and 85. RGB value is (52,61,133). Sum of RGB (Red+Green+Blue) = 52+61+133=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #343D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D85 is #CBC27A. Grayscale: #424242. Windows color (decimal): -13353595 or 8731956. OLE color: 8731956.

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

Color convert

RGB5261133-
CMYK0.610.5400.48
HSL233.33º43.78%36.27%-
HSV(B)233.33º60.9%52.16%-
XYZ7.325.7622.92-
YUV66.52165.52117.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=21.14%
G=24.80%
B=54.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52611330.610.5400.48233.3343.7836.27
Hex343D853D36030e92c24
Octal647520575660603515444
Binary11010011110110000101111101110110011000011101001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343D85; }

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

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

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

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

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

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

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

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