#352E89

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

Shades of Jacksons Purple #352E89

Tints of Jacksons Purple #352E89

Color information

#352E89 (or 0x352E89) is unknown color: approx Jacksons Purple. HEX triplet: 35, 2E and 89. RGB value is (53,46,137). Sum of RGB (Red+Green+Blue) = 53+46+137=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #352E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352E89 is #CAD176. Grayscale: #3A3A3A. Windows color (decimal): -13291895 or 8990261. OLE color: 8990261.

HSL color Cylindrical-coordinate representation of color #352E89: hue angle of 244.62º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352E89 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5346137-
CMYK0.610.6600.46
HSL244.62º49.73%35.88%-
HSV(B)244.62º66.42%53.73%-
XYZ6.964.5224.17-
YUV58.47172.32124.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 137 (53.91% from 255) = 58.05%
R=22.46%
G=19.49%
B=58.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53461370.610.6600.46244.6249.7335.88
Hex352E893D4202Ef53224
Octal6556211751020563656244
Binary110101101110100010011111011000010010111011110101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E89; }

 p { color: rgb(53,46,137); }

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

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

 a { background-color: rgb(53,46,137); }

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

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

 span { border-color: rgb(53,46,137); }

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