#352D81

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

Shades of Jacksons Purple #352D81

Tints of Jacksons Purple #352D81

Color information

#352D81 (or 0x352D81) is unknown color: approx Jacksons Purple. HEX triplet: 35, 2D and 81. RGB value is (53,45,129). Sum of RGB (Red+Green+Blue) = 53+45+129=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #352D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352D81 is #CAD27E. Grayscale: #383838. Windows color (decimal): -13292159 or 8465717. OLE color: 8465717.

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

Color convert

RGB5345129-
CMYK0.590.6500.49
HSL245.71º48.28%34.12%-
HSV(B)245.71º65.12%50.59%-
XYZ6.374.2221.25-
YUV56.97168.65125.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 129 (50.78% from 255) = 56.83%
R=23.35%
G=19.82%
B=56.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53451290.590.6500.49245.7148.2834.12
Hex352D813B41031f63022
Octal6555201731010613666042
Binary110101101101100000011110111000001011000111110110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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