#342A7D

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

Shades of Jacksons Purple #342A7D

Tints of Jacksons Purple #342A7D

Color information

#342A7D (or 0x342A7D) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2A and 7D. RGB value is (52,42,125). Sum of RGB (Red+Green+Blue) = 52+42+125=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #342A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A7D is #CBD582. Grayscale: #363636. Windows color (decimal): -13358467 or 8202804. OLE color: 8202804.

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

Color convert

RGB5242125-
CMYK0.580.6600.51
HSL247.23º49.7%32.75%-
HSV(B)247.23º66.4%49.02%-
XYZ5.953.8719.83-
YUV54.45167.81126.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=23.74%
G=19.18%
B=57.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52421250.580.6600.51247.2349.732.75
Hex342A7D3A42033f73221
Octal6452175721020633676241
Binary11010010101011111011110101000010011001111110111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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