#343887

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

Shades of Jacksons Purple #343887

Tints of Jacksons Purple #343887

Color information

#343887 (or 0x343887) is unknown color: approx Jacksons Purple. HEX triplet: 34, 38 and 87. RGB value is (52,56,135). Sum of RGB (Red+Green+Blue) = 52+56+135=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #343887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343887 is #CBC778. Grayscale: #3F3F3F. Windows color (decimal): -13354873 or 8861748. OLE color: 8861748.

HSL color Cylindrical-coordinate representation of color #343887: hue angle of 237.11º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343887 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5256135-
CMYK0.610.5900.47
HSL237.11º44.39%36.67%-
HSV(B)237.11º61.48%52.94%-
XYZ7.25.3123.57-
YUV63.81168.17119.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=21.40%
G=23.05%
B=55.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52561350.610.5900.47237.1144.3936.67
Hex3438873D3B02Fed2c25
Octal647020775730573555445
Binary11010011100010000111111101111011010111111101101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343887; }

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

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

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

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

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

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

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

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