#342F80

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

Shades of Jacksons Purple #342F80

Tints of Jacksons Purple #342F80

Color information

#342F80 (or 0x342F80) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2F and 80. RGB value is (52,47,128). Sum of RGB (Red+Green+Blue) = 52+47+128=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #342F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342F80 is #CBD07F. Grayscale: #393939. Windows color (decimal): -13357184 or 8400692. OLE color: 8400692.

HSL color Cylindrical-coordinate representation of color #342F80: hue angle of 243.7º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342F80 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5247128-
CMYK0.590.6300.50
HSL243.7º46.29%34.31%-
HSV(B)243.7º63.28%50.2%-
XYZ6.334.3220.92-
YUV57.73167.66123.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=22.91%
G=20.70%
B=56.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52471280.590.6300.50243.746.2934.31
Hex342F803B3F032f42e22
Octal645720073770623645642
Binary11010010111110000000111011111111011001011110100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F80; }

 p { color: rgb(52,47,128); }

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

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

 a { background-color: rgb(52,47,128); }

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

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

 span { border-color: rgb(52,47,128); }

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