#343883

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

Shades of Jacksons Purple #343883

Tints of Jacksons Purple #343883

Color information

#343883 (or 0x343883) is unknown color: approx Jacksons Purple. HEX triplet: 34, 38 and 83. RGB value is (52,56,131). Sum of RGB (Red+Green+Blue) = 52+56+131=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #343883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343883 is #CBC77C. Grayscale: #3F3F3F. Windows color (decimal): -13354877 or 8599604. OLE color: 8599604.

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

Color convert

RGB5256131-
CMYK0.600.5700.49
HSL236.96º43.17%35.88%-
HSV(B)236.96º60.31%51.37%-
XYZ6.935.222.11-
YUV63.35166.17119.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 131 (51.56% from 255) = 54.81%
R=21.76%
G=23.43%
B=54.81%

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
Decimal52561310.600.5700.49236.9643.1735.88
Hex3438833C39031ed2b24
Octal647020374710613555344
Binary11010011100010000011111100111001011000111101101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343883; }

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

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

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

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

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

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

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

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