#342F7D

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

Shades of Jacksons Purple #342F7D

Tints of Jacksons Purple #342F7D

Color information

#342F7D (or 0x342F7D) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2F and 7D. RGB value is (52,47,125). Sum of RGB (Red+Green+Blue) = 52+47+125=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #342F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F7D is #CBD082. Grayscale: #393939. Windows color (decimal): -13357187 or 8204084. OLE color: 8204084.

HSL color Cylindrical-coordinate representation of color #342F7D: hue angle of 243.85º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342F7D is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5247125-
CMYK0.580.6200.51
HSL243.85º45.35%33.73%-
HSV(B)243.85º62.4%49.02%-
XYZ6.134.2419.9-
YUV57.39166.16124.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 125 (49.22% from 255) = 55.80%
R=23.21%
G=20.98%
B=55.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52471250.580.6200.51243.8545.3533.73
Hex342F7D3A3E033f42d22
Octal645717572760633645542
Binary1101001011111111101111010111110011001111110100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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