#343791

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

Shades of Jacksons Purple #343791

Tints of Jacksons Purple #343791

Color information

#343791 (or 0x343791) is unknown color: approx Jacksons Purple. HEX triplet: 34, 37 and 91. RGB value is (52,55,145). Sum of RGB (Red+Green+Blue) = 52+55+145=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #343791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343791 is #CBC86E. Grayscale: #404040. Windows color (decimal): -13355119 or 9516852. OLE color: 9516852.

HSL color Cylindrical-coordinate representation of color #343791: hue angle of 238.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343791 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5255145-
CMYK0.640.6200.43
HSL238.06º47.21%38.63%-
HSV(B)238.06º64.14%56.86%-
XYZ7.895.5127.43-
YUV64.36173.51119.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=20.63%
G=21.83%
B=57.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52551450.640.6200.43238.0647.2138.63
Hex343791403E02Bee2f27
Octal6467221100760533565747
Binary110100110111100100011000000111110010101111101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343791; }

 p { color: rgb(52,55,145); }

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

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

 a { background-color: rgb(52,55,145); }

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

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

 span { border-color: rgb(52,55,145); }

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