#353489

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

Shades of Jacksons Purple #353489

Tints of Jacksons Purple #353489

Color information

#353489 (or 0x353489) is unknown color: approx Jacksons Purple. HEX triplet: 35, 34 and 89. RGB value is (53,52,137). Sum of RGB (Red+Green+Blue) = 53+52+137=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #353489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353489 is #CACB76. Grayscale: #3D3D3D. Windows color (decimal): -13290359 or 8991797. OLE color: 8991797.

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

Color convert

RGB5352137-
CMYK0.610.6200.46
HSL240.71º44.97%37.06%-
HSV(B)240.71º62.04%53.73%-
XYZ7.215.0224.26-
YUV61.99170.33121.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 137 (53.91% from 255) = 56.61%
R=21.90%
G=21.49%
B=56.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53521370.610.6200.46240.7144.9737.06
Hex3534893D3E02Ef12d25
Octal656421175760563615545
Binary11010111010010001001111101111110010111011110001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353489; }

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

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

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

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

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

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

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

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