#353A82

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

Shades of Jacksons Purple #353A82

Tints of Jacksons Purple #353A82

Color information

#353A82 (or 0x353A82) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3A and 82. RGB value is (53,58,130). Sum of RGB (Red+Green+Blue) = 53+58+130=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #353A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A82 is #CAC57D. Grayscale: #404040. Windows color (decimal): -13288830 or 8534581. OLE color: 8534581.

HSL color Cylindrical-coordinate representation of color #353A82: hue angle of 236.1º 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 #353A82 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5358130-
CMYK0.590.5500.49
HSL236.1º42.08%35.88%-
HSV(B)236.1º59.23%50.98%-
XYZ7.015.3921.79-
YUV64.71164.84119.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=21.99%
G=24.07%
B=53.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53581300.590.5500.49236.142.0835.88
Hex353A823B37031ec2a24
Octal657220273670613545244
Binary11010111101010000010111011110111011000111101100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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