#343D8E

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

Shades of Jacksons Purple #343D8E

Tints of Jacksons Purple #343D8E

Color information

#343D8E (or 0x343D8E) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3D and 8E. RGB value is (52,61,142). Sum of RGB (Red+Green+Blue) = 52+61+142=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #343D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D8E is #CBC271. Grayscale: #434343. Windows color (decimal): -13353586 or 9321780. OLE color: 9321780.

HSL color Cylindrical-coordinate representation of color #343D8E: hue angle of 234º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343D8E is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5261142-
CMYK0.630.5700.44
HSL234º46.39%38.04%-
HSV(B)234º63.38%55.69%-
XYZ7.976.0226.33-
YUV67.54170.02116.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=20.39%
G=23.92%
B=55.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52611420.630.5700.4423446.3938.04
Hex343D8E3F3902Cea2e26
Octal647521677710543525646
Binary11010011110110001110111111111001010110011101010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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