#352D7B

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

Shades of Jacksons Purple #352D7B

Tints of Jacksons Purple #352D7B

Color information

#352D7B (or 0x352D7B) is unknown color: approx Jacksons Purple. HEX triplet: 35, 2D and 7B. RGB value is (53,45,123). Sum of RGB (Red+Green+Blue) = 53+45+123=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #352D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D7B is #CAD284. Grayscale: #373737. Windows color (decimal): -13292165 or 8072501. OLE color: 8072501.

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

Color convert

RGB5345123-
CMYK0.570.6300.52
HSL246.15º46.43%32.94%-
HSV(B)246.15º63.41%48.24%-
XYZ5.984.0619.21-
YUV56.28165.65125.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 45 (17.97% from 255) = 20.36%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=23.98%
G=20.36%
B=55.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53451230.570.6300.52246.1546.4332.94
Hex352D7B393F034f62e21
Octal655517371770643665641
Binary1101011011011111011111001111111011010011110110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,123); }

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

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

 a { background-color: rgb(53,45,123); }

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

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

 span { border-color: rgb(53,45,123); }

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