#343982

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

Shades of Jacksons Purple #343982

Tints of Jacksons Purple #343982

Color information

#343982 (or 0x343982) is unknown color: approx Jacksons Purple. HEX triplet: 34, 39 and 82. RGB value is (52,57,130). Sum of RGB (Red+Green+Blue) = 52+57+130=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #343982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343982 is #CBC67D. Grayscale: #3F3F3F. Windows color (decimal): -13354622 or 8534324. OLE color: 8534324.

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

Color convert

RGB5257130-
CMYK0.600.5600.49
HSL236.15º42.86%35.69%-
HSV(B)236.15º60%50.98%-
XYZ6.915.2721.77-
YUV63.83165.34119.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=21.76%
G=23.85%
B=54.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52571300.600.5600.49236.1542.8635.69
Hex3439823C38031ec2b24
Octal647120274700613545344
Binary11010011100110000010111100111000011000111101100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343982; }

 p { color: rgb(52,57,130); }

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

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

 a { background-color: rgb(52,57,130); }

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

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

 span { border-color: rgb(52,57,130); }

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