#343D95

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

Shades of Jacksons Purple #343D95

Tints of Jacksons Purple #343D95

Color information

#343D95 (or 0x343D95) is unknown color: approx Jacksons Purple. HEX triplet: 34, 3D and 95. RGB value is (52,61,149). Sum of RGB (Red+Green+Blue) = 52+61+149=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #343D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D95 is #CBC26A. Grayscale: #434343. Windows color (decimal): -13353579 or 9780532. OLE color: 9780532.

HSL color Cylindrical-coordinate representation of color #343D95: hue angle of 234.43º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343D95 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5261149-
CMYK0.650.5900.42
HSL234.43º48.26%39.41%-
HSV(B)234.43º65.1%58.43%-
XYZ8.516.2429.19-
YUV68.34173.52116.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 149 (58.59% from 255) = 56.87%
R=19.85%
G=23.28%
B=56.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52611490.650.5900.42234.4348.2639.41
Hex343D95413B02Aea3027
Octal6475225101730523526047
Binary110100111101100101011000001111011010101011101010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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