#34317E

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

Shades of Jacksons Purple #34317E

Tints of Jacksons Purple #34317E

Color information

#34317E (or 0x34317E) is unknown color: approx Jacksons Purple. HEX triplet: 34, 31 and 7E. RGB value is (52,49,126). Sum of RGB (Red+Green+Blue) = 52+49+126=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #34317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34317E is #CBCE81. Grayscale: #3A3A3A. Windows color (decimal): -13356674 or 8270132. OLE color: 8270132.

HSL color Cylindrical-coordinate representation of color #34317E: hue angle of 242.34º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34317E is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5249126-
CMYK0.590.6100.51
HSL242.34º44%34.31%-
HSV(B)242.34º61.11%49.41%-
XYZ6.284.4320.26-
YUV58.68165.99123.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 126 (49.61% from 255) = 55.51%
R=22.91%
G=21.59%
B=55.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52491260.590.6100.51242.344434.31
Hex34317E3B3D033f22c22
Octal646117673750633625442
Binary1101001100011111110111011111101011001111110010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34317E; }

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

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

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

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

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

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

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

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