#343189

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

Shades of Jacksons Purple #343189

Tints of Jacksons Purple #343189

Color information

#343189 (or 0x343189) is unknown color: approx Jacksons Purple. HEX triplet: 34, 31 and 89. RGB value is (52,49,137). Sum of RGB (Red+Green+Blue) = 52+49+137=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #343189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343189 is #CBCE76. Grayscale: #3B3B3B. Windows color (decimal): -13356663 or 8991028. OLE color: 8991028.

HSL color Cylindrical-coordinate representation of color #343189: hue angle of 242.05º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343189 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5249137-
CMYK0.620.6400.46
HSL242.05º47.31%36.47%-
HSV(B)242.05º64.23%53.73%-
XYZ7.034.7324.21-
YUV59.93171.49122.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 137 (53.91% from 255) = 57.56%
R=21.85%
G=20.59%
B=57.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52491370.620.6400.46242.0547.3136.47
Hex3431893E4002Ef22f24
Octal6461211761000563625744
Binary110100110001100010011111101000000010111011110010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343189; }

 p { color: rgb(52,49,137); }

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

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

 a { background-color: rgb(52,49,137); }

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

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

 span { border-color: rgb(52,49,137); }

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