#343893

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

Shades of Jacksons Purple #343893

Tints of Jacksons Purple #343893

Color information

#343893 (or 0x343893) is unknown color: approx Jacksons Purple. HEX triplet: 34, 38 and 93. RGB value is (52,56,147). Sum of RGB (Red+Green+Blue) = 52+56+147=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #343893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343893 is #CBC76C. Grayscale: #404040. Windows color (decimal): -13354861 or 9648180. OLE color: 9648180.

HSL color Cylindrical-coordinate representation of color #343893: hue angle of 237.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343893 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5256147-
CMYK0.650.6200.42
HSL237.47º47.74%39.02%-
HSV(B)237.47º64.63%57.65%-
XYZ8.15.6628.27-
YUV65.18174.17118.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=20.39%
G=21.96%
B=57.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52561470.650.6200.42237.4747.7439.02
Hex343893413E02Aed3027
Octal6470223101760523556047
Binary110100111000100100111000001111110010101011101101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343893; }

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

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

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

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

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

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

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

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