#353783

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

Shades of Jacksons Purple #353783

Tints of Jacksons Purple #353783

Color information

#353783 (or 0x353783) is unknown color: approx Jacksons Purple. HEX triplet: 35, 37 and 83. RGB value is (53,55,131). Sum of RGB (Red+Green+Blue) = 53+55+131=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #353783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353783 is #CAC87C. Grayscale: #3E3E3E. Windows color (decimal): -13289597 or 8599349. OLE color: 8599349.

HSL color Cylindrical-coordinate representation of color #353783: hue angle of 238.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353783 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5355131-
CMYK0.600.5800.49
HSL238.46º42.39%36.08%-
HSV(B)238.46º59.54%51.37%-
XYZ6.935.1322.1-
YUV63.07166.34120.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 131 (51.56% from 255) = 54.81%
R=22.18%
G=23.01%
B=54.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53551310.600.5800.49238.4642.3936.08
Hex3537833C3A031ee2a24
Octal656720374720613565244
Binary11010111011110000011111100111010011000111101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353783; }

 p { color: rgb(53,55,131); }

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

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

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

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

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

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

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