#353589

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

Shades of Jacksons Purple #353589

Tints of Jacksons Purple #353589

Color information

#353589 (or 0x353589) is unknown color: approx Jacksons Purple. HEX triplet: 35, 35 and 89. RGB value is (53,53,137). Sum of RGB (Red+Green+Blue) = 53+53+137=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #353589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353589 is #CACA76. Grayscale: #3E3E3E. Windows color (decimal): -13290103 or 8992053. OLE color: 8992053.

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

Color convert

RGB5353137-
CMYK0.610.6100.46
HSL240º44.21%37.25%-
HSV(B)240º61.31%53.73%-
XYZ7.265.1124.27-
YUV62.58170121.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=21.81%
G=21.81%
B=56.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53531370.610.6100.4624044.2137.25
Hex3535893D3D02Ef02c25
Octal656521175750563605445
Binary11010111010110001001111101111101010111011110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353589; }

 p { color: rgb(53,53,137); }

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

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

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

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

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

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

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