#353D91

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

Shades of Jacksons Purple #353D91

Tints of Jacksons Purple #353D91

Color information

#353D91 (or 0x353D91) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3D and 91. RGB value is (53,61,145). Sum of RGB (Red+Green+Blue) = 53+61+145=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #353D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D91 is #CAC26E. Grayscale: #434343. Windows color (decimal): -13288047 or 9518389. OLE color: 9518389.

HSL color Cylindrical-coordinate representation of color #353D91: hue angle of 234.78º 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 #353D91 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5361145-
CMYK0.630.5800.43
HSL234.78º46.46%38.82%-
HSV(B)234.78º63.45%56.86%-
XYZ8.256.1427.54-
YUV68.18171.35117.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 145 (57.03% from 255) = 55.98%
R=20.46%
G=23.55%
B=55.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53611450.630.5800.43234.7846.4638.82
Hex353D913F3A02Beb2e27
Octal657522177720533535647
Binary11010111110110010001111111111010010101111101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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