#343490

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

Shades of Jacksons Purple #343490

Tints of Jacksons Purple #343490

Color information

#343490 (or 0x343490) is unknown color: approx Jacksons Purple. HEX triplet: 34, 34 and 90. RGB value is (52,52,144). Sum of RGB (Red+Green+Blue) = 52+52+144=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #343490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343490 is #CBCB6F. Grayscale: #3E3E3E. Windows color (decimal): -13355888 or 9450548. OLE color: 9450548.

HSL color Cylindrical-coordinate representation of color #343490: hue angle of 240º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343490 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5252144-
CMYK0.640.6400.44
HSL240º46.94%38.43%-
HSV(B)240º63.89%56.47%-
XYZ7.685.226.98-
YUV62.49174120.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=20.97%
G=20.97%
B=58.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52521440.640.6400.4424046.9438.43
Hex343490404002Cf02f26
Octal64642201001000543605746
Binary1101001101001001000010000001000000010110011110000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343490; }

 p { color: rgb(52,52,144); }

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

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

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

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

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

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

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