#353690

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

Shades of Jacksons Purple #353690

Tints of Jacksons Purple #353690

Color information

#353690 (or 0x353690) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 90. RGB value is (53,54,144). Sum of RGB (Red+Green+Blue) = 53+54+144=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #353690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353690 is #CAC96F. Grayscale: #3F3F3F. Windows color (decimal): -13289840 or 9451061. OLE color: 9451061.

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

Color convert

RGB5354144-
CMYK0.630.6300.44
HSL239.34º46.19%38.63%-
HSV(B)239.34º63.19%56.47%-
XYZ7.825.4127.02-
YUV63.96173.17120.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 144 (56.64% from 255) = 57.37%
R=21.12%
G=21.51%
B=57.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53541440.630.6300.44239.3446.1938.63
Hex3536903F3F02Cef2e27
Octal656622077770543575647
Binary11010111011010010000111111111111010110011101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353690; }

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

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

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

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

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

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

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

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