#342F8D

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

Shades of Jacksons Purple #342F8D

Tints of Jacksons Purple #342F8D

Color information

#342F8D (or 0x342F8D) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2F and 8D. RGB value is (52,47,141). Sum of RGB (Red+Green+Blue) = 52+47+141=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #342F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342F8D is #CBD072. Grayscale: #3A3A3A. Windows color (decimal): -13357171 or 9252660. OLE color: 9252660.

HSL color Cylindrical-coordinate representation of color #342F8D: hue angle of 243.19º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342F8D is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5247141-
CMYK0.630.6700.45
HSL243.19º50%36.86%-
HSV(B)243.19º66.67%55.29%-
XYZ7.244.6925.72-
YUV59.21174.16122.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 141 (55.47% from 255) = 58.75%
R=21.67%
G=19.58%
B=58.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52471410.630.6700.45243.195036.86
Hex342F8D3F4302Df33225
Octal6457215771030553636245
Binary110100101111100011011111111000011010110111110011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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