#343783

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

Shades of Jacksons Purple #343783

Tints of Jacksons Purple #343783

Color information

#343783 (or 0x343783) is unknown color: approx Jacksons Purple. HEX triplet: 34, 37 and 83. RGB value is (52,55,131). Sum of RGB (Red+Green+Blue) = 52+55+131=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #343783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343783 is #CBC87C. Grayscale: #3E3E3E. Windows color (decimal): -13355133 or 8599348. OLE color: 8599348.

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

Color convert

RGB5255131-
CMYK0.600.5800.49
HSL237.72º43.17%35.88%-
HSV(B)237.72º60.31%51.37%-
XYZ6.885.122.09-
YUV62.77166.51120.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 131 (51.56% from 255) = 55.04%
R=21.85%
G=23.11%
B=55.04%

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
Decimal52551310.600.5800.49237.7243.1735.88
Hex3437833C3A031ee2b24
Octal646720374720613565344
Binary11010011011110000011111100111010011000111101110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343783; }

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

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

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

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

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

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

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

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