#352E7C

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

Shades of Jacksons Purple #352E7C

Tints of Jacksons Purple #352E7C

Color information

#352E7C (or 0x352E7C) is unknown color: approx Jacksons Purple. HEX triplet: 35, 2E and 7C. RGB value is (53,46,124). Sum of RGB (Red+Green+Blue) = 53+46+124=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #352E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E7C is #CAD183. Grayscale: #383838. Windows color (decimal): -13291908 or 8138293. OLE color: 8138293.

HSL color Cylindrical-coordinate representation of color #352E7C: hue angle of 245.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352E7C is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5346124-
CMYK0.570.6300.51
HSL245.38º45.88%33.33%-
HSV(B)245.38º62.9%48.63%-
XYZ6.084.1719.55-
YUV56.98165.82125.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=23.77%
G=20.63%
B=55.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53461240.570.6300.51245.3845.8833.33
Hex352E7C393F033f52e21
Octal655617471770633655641
Binary1101011011101111100111001111111011001111110101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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