#353490

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

Shades of Jacksons Purple #353490

Tints of Jacksons Purple #353490

Color information

#353490 (or 0x353490) is unknown color: approx Jacksons Purple. HEX triplet: 35, 34 and 90. RGB value is (53,52,144). Sum of RGB (Red+Green+Blue) = 53+52+144=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #353490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353490 is #CACB6F. Grayscale: #3E3E3E. Windows color (decimal): -13290352 or 9450549. OLE color: 9450549.

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

Color convert

RGB5352144-
CMYK0.630.6400.44
HSL240.65º46.94%38.43%-
HSV(B)240.65º63.89%56.47%-
XYZ7.735.2326.99-
YUV62.79173.83121.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=21.29%
G=20.88%
B=57.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53521440.630.6400.44240.6546.9438.43
Hex3534903F4002Cf12f26
Octal6564220771000543615746
Binary110101110100100100001111111000000010110011110001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353490; }

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

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

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

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

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

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

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

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