#353883

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

Shades of Jacksons Purple #353883

Tints of Jacksons Purple #353883

Color information

#353883 (or 0x353883) is unknown color: approx Jacksons Purple. HEX triplet: 35, 38 and 83. RGB value is (53,56,131). Sum of RGB (Red+Green+Blue) = 53+56+131=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #353883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353883 is #CAC77C. Grayscale: #3F3F3F. Windows color (decimal): -13289341 or 8599605. OLE color: 8599605.

HSL color Cylindrical-coordinate representation of color #353883: hue angle of 237.69º 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 #353883 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5356131-
CMYK0.600.5700.49
HSL237.69º42.39%36.08%-
HSV(B)237.69º59.54%51.37%-
XYZ6.985.2222.11-
YUV63.65166.01120.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 131 (51.56% from 255) = 54.58%
R=22.08%
G=23.33%
B=54.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53561310.600.5700.49237.6942.3936.08
Hex3538833C39031ee2a24
Octal657020374710613565244
Binary11010111100010000011111100111001011000111101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353883; }

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

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

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

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

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

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

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

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