#352C87

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

Shades of Jacksons Purple #352C87

Tints of Jacksons Purple #352C87

Color information

#352C87 (or 0x352C87) is unknown color: approx Jacksons Purple. HEX triplet: 35, 2C and 87. RGB value is (53,44,135). Sum of RGB (Red+Green+Blue) = 53+44+135=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #352C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C87 is #CAD378. Grayscale: #383838. Windows color (decimal): -13292409 or 8858677. OLE color: 8858677.

HSL color Cylindrical-coordinate representation of color #352C87: hue angle of 245.93º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352C87 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5344135-
CMYK0.610.6700.47
HSL245.93º50.84%35.1%-
HSV(B)245.93º67.41%52.94%-
XYZ6.744.3123.4-
YUV57.06171.98125.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 135 (53.12% from 255) = 58.19%
R=22.84%
G=18.97%
B=58.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53441350.610.6700.47245.9350.8435.1
Hex352C873D4302Ff63323
Octal6554207751030573666343
Binary110101101100100001111111011000011010111111110110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,44,135); }

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

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

 a { background-color: rgb(53,44,135); }

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

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

 span { border-color: rgb(53,44,135); }

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