#353691

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

Shades of Jacksons Purple #353691

Tints of Jacksons Purple #353691

Color information

#353691 (or 0x353691) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 91. RGB value is (53,54,145). Sum of RGB (Red+Green+Blue) = 53+54+145=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #353691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353691 is #CAC96E. Grayscale: #3F3F3F. Windows color (decimal): -13289839 or 9516597. OLE color: 9516597.

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

Color convert

RGB5354145-
CMYK0.630.6300.43
HSL239.35º46.46%38.82%-
HSV(B)239.35º63.45%56.86%-
XYZ7.95.4427.42-
YUV64.07173.67120.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=21.03%
G=21.43%
B=57.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53541450.630.6300.43239.3546.4638.82
Hex3536913F3F02Bef2e27
Octal656622177770533575647
Binary11010111011010010001111111111111010101111101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353691; }

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

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

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

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

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

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

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

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