#353983

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

Shades of Jacksons Purple #353983

Tints of Jacksons Purple #353983

Color information

#353983 (or 0x353983) is unknown color: approx Jacksons Purple. HEX triplet: 35, 39 and 83. RGB value is (53,57,131). Sum of RGB (Red+Green+Blue) = 53+57+131=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #353983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353983 is #CAC67C. Grayscale: #3F3F3F. Windows color (decimal): -13289085 or 8599861. OLE color: 8599861.

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

Color convert

RGB5357131-
CMYK0.600.5600.49
HSL236.92º42.39%36.08%-
HSV(B)236.92º59.54%51.37%-
XYZ7.035.3222.13-
YUV64.24165.67119.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 131 (51.56% from 255) = 54.36%
R=21.99%
G=23.65%
B=54.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53571310.600.5600.49236.9242.3936.08
Hex3539833C38031ed2a24
Octal657120374700613555244
Binary11010111100110000011111100111000011000111101101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353983; }

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

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

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

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

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

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

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

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