#343681

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

Shades of Jacksons Purple #343681

Tints of Jacksons Purple #343681

Color information

#343681 (or 0x343681) is unknown color: approx Jacksons Purple. HEX triplet: 34, 36 and 81. RGB value is (52,54,129). Sum of RGB (Red+Green+Blue) = 52+54+129=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #343681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343681 is #CBC97E. Grayscale: #3D3D3D. Windows color (decimal): -13355391 or 8468020. OLE color: 8468020.

HSL color Cylindrical-coordinate representation of color #343681: hue angle of 238.44º 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 #343681 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5254129-
CMYK0.600.5800.49
HSL238.44º42.54%35.49%-
HSV(B)238.44º59.69%50.59%-
XYZ6.74.9521.37-
YUV61.95165.84120.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 129 (50.78% from 255) = 54.89%
R=22.13%
G=22.98%
B=54.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52541290.600.5800.49238.4442.5435.49
Hex3436813C3A031ee2b23
Octal646620174720613565343
Binary11010011011010000001111100111010011000111101110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343681; }

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

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

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

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

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

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

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

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