#343690

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

Shades of Jacksons Purple #343690

Tints of Jacksons Purple #343690

Color information

#343690 (or 0x343690) is unknown color: approx Jacksons Purple. HEX triplet: 34, 36 and 90. RGB value is (52,54,144). Sum of RGB (Red+Green+Blue) = 52+54+144=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #343690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343690 is #CBC96F. Grayscale: #3F3F3F. Windows color (decimal): -13355376 or 9451060. OLE color: 9451060.

HSL color Cylindrical-coordinate representation of color #343690: hue angle of 238.7º 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 #343690 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5254144-
CMYK0.640.6300.44
HSL238.7º46.94%38.43%-
HSV(B)238.7º63.89%56.47%-
XYZ7.775.3827.01-
YUV63.66173.34119.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 144 (56.64% from 255) = 57.6%
R=20.8%
G=21.6%
B=57.6%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52541440.640.6300.44238.746.9438.43
Hex343690403F02Cef2f26
Octal6466220100770543575746
Binary110100110110100100001000000111111010110011101111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343690; }

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

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

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

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

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

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

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

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