#353984

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

Shades of Jacksons Purple #353984

Tints of Jacksons Purple #353984

Color information

#353984 (or 0x353984) is unknown color: approx Jacksons Purple. HEX triplet: 35, 39 and 84. RGB value is (53,57,132). Sum of RGB (Red+Green+Blue) = 53+57+132=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #353984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353984 is #CAC67B. Grayscale: #404040. Windows color (decimal): -13289084 or 8665397. OLE color: 8665397.

HSL color Cylindrical-coordinate representation of color #353984: hue angle of 236.96º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353984 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5357132-
CMYK0.600.5700.48
HSL236.96º42.7%36.27%-
HSV(B)236.96º59.85%51.76%-
XYZ7.15.3522.49-
YUV64.35166.17119.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 132 (51.95% from 255) = 54.55%
R=21.90%
G=23.55%
B=54.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53571320.600.5700.48236.9642.736.27
Hex3539843C39030ed2b24
Octal657120474710603555344
Binary11010111100110000100111100111001011000011101101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353984; }

 p { color: rgb(53,57,132); }

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

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

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

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

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

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

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