#343881

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

Shades of Jacksons Purple #343881

Tints of Jacksons Purple #343881

Color information

#343881 (or 0x343881) is unknown color: approx Jacksons Purple. HEX triplet: 34, 38 and 81. RGB value is (52,56,129). Sum of RGB (Red+Green+Blue) = 52+56+129=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #343881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343881 is #CBC77E. Grayscale: #3E3E3E. Windows color (decimal): -13354879 or 8468532. OLE color: 8468532.

HSL color Cylindrical-coordinate representation of color #343881: hue angle of 236.88º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343881 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5256129-
CMYK0.600.5700.49
HSL236.88º42.54%35.49%-
HSV(B)236.88º59.69%50.59%-
XYZ6.795.1421.4-
YUV63.13165.17120.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 129 (50.78% from 255) = 54.43%
R=21.94%
G=23.63%
B=54.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52561290.600.5700.49236.8842.5435.49
Hex3438813C39031ed2b23
Octal647020174710613555343
Binary11010011100010000001111100111001011000111101101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343881; }

 p { color: rgb(52,56,129); }

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

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

 a { background-color: rgb(52,56,129); }

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

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

 span { border-color: rgb(52,56,129); }

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