#353588

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

Shades of Jacksons Purple #353588

Tints of Jacksons Purple #353588

Color information

#353588 (or 0x353588) is unknown color: approx Jacksons Purple. HEX triplet: 35, 35 and 88. RGB value is (53,53,136). Sum of RGB (Red+Green+Blue) = 53+53+136=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #353588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353588 is #CACA77. Grayscale: #3E3E3E. Windows color (decimal): -13290104 or 8926517. OLE color: 8926517.

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

Color convert

RGB5353136-
CMYK0.610.6100.47
HSL240º43.92%37.06%-
HSV(B)240º61.03%53.33%-
XYZ7.195.0823.89-
YUV62.46169.5121.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 136 (53.52% from 255) = 56.20%
R=21.90%
G=21.90%
B=56.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53531360.610.6100.4724043.9237.06
Hex3535883D3D02Ff02c25
Octal656521075750573605445
Binary11010111010110001000111101111101010111111110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353588; }

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

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

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

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

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

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

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

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