#343993

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

Shades of Jacksons Purple #343993

Tints of Jacksons Purple #343993

Color information

#343993 (or 0x343993) is unknown color: approx Jacksons Purple. HEX triplet: 34, 39 and 93. RGB value is (52,57,147). Sum of RGB (Red+Green+Blue) = 52+57+147=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #343993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343993 is #CBC66C. Grayscale: #414141. Windows color (decimal): -13354605 or 9648436. OLE color: 9648436.

HSL color Cylindrical-coordinate representation of color #343993: hue angle of 236.84º 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 #343993 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5257147-
CMYK0.650.6100.42
HSL236.84º47.74%39.02%-
HSV(B)236.84º64.63%57.65%-
XYZ8.155.7628.29-
YUV65.76173.84118.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=20.31%
G=22.27%
B=57.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52571470.650.6100.42236.8447.7439.02
Hex343993413D02Aed3027
Octal6471223101750523556047
Binary110100111001100100111000001111101010101011101101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343993; }

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

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

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

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

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

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

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

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