#353E82

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

Shades of Jacksons Purple #353E82

Tints of Jacksons Purple #353E82

Color information

#353E82 (or 0x353E82) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3E and 82. RGB value is (53,62,130). Sum of RGB (Red+Green+Blue) = 53+62+130=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #353E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353E82 is #CAC17D. Grayscale: #424242. Windows color (decimal): -13287806 or 8535605. OLE color: 8535605.

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

Color convert

RGB5362130-
CMYK0.590.5200.49
HSL232.99º42.08%35.88%-
HSV(B)232.99º59.23%50.98%-
XYZ7.225.8121.86-
YUV67.06163.52117.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=21.63%
G=25.31%
B=53.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53621300.590.5200.49232.9942.0835.88
Hex353E823B34031e92a24
Octal657620273640613515244
Binary11010111111010000010111011110100011000111101001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353E82; }

 p { color: rgb(53,62,130); }

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

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

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

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

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

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

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