#352C7D

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

Shades of Jacksons Purple #352C7D

Tints of Jacksons Purple #352C7D

Color information

#352C7D (or 0x352C7D) is unknown color: approx Jacksons Purple. HEX triplet: 35, 2C and 7D. RGB value is (53,44,125). Sum of RGB (Red+Green+Blue) = 53+44+125=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #352C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C7D is #CAD382. Grayscale: #373737. Windows color (decimal): -13292419 or 8203317. OLE color: 8203317.

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

Color convert

RGB5344125-
CMYK0.580.6500.51
HSL246.67º47.93%33.14%-
HSV(B)246.67º64.8%49.02%-
XYZ6.074.0419.86-
YUV55.92166.98125.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=23.87%
G=19.82%
B=56.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53441250.580.6500.51246.6747.9333.14
Hex352C7D3A41033f73021
Octal6554175721010633676041
Binary11010110110011111011110101000001011001111110111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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