#353B91

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

Shades of Jacksons Purple #353B91

Tints of Jacksons Purple #353B91

Color information

#353B91 (or 0x353B91) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3B and 91. RGB value is (53,59,145). Sum of RGB (Red+Green+Blue) = 53+59+145=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #353B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353B91 is #CAC46E. Grayscale: #424242. Windows color (decimal): -13288559 or 9517877. OLE color: 9517877.

HSL color Cylindrical-coordinate representation of color #353B91: hue angle of 236.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353B91 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5359145-
CMYK0.630.5900.43
HSL236.09º46.46%38.82%-
HSV(B)236.09º63.45%56.86%-
XYZ8.145.9327.5-
YUV67.01172.01118.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=20.62%
G=22.96%
B=56.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53591450.630.5900.43236.0946.4638.82
Hex353B913F3B02Bec2e27
Octal657322177730533545647
Binary11010111101110010001111111111011010101111101100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,145); }

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

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

 a { background-color: rgb(53,59,145); }

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

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

 span { border-color: rgb(53,59,145); }

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