#352984

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

Shades of Jacksons Purple #352984

Tints of Jacksons Purple #352984

Color information

#352984 (or 0x352984) is unknown color: approx Jacksons Purple. HEX triplet: 35, 29 and 84. RGB value is (53,41,132). Sum of RGB (Red+Green+Blue) = 53+41+132=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #352984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352984 is #CAD67B. Grayscale: #363636. Windows color (decimal): -13293180 or 8661301. OLE color: 8661301.

HSL color Cylindrical-coordinate representation of color #352984: hue angle of 247.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352984 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5341132-
CMYK0.600.6900.48
HSL247.91º52.6%33.92%-
HSV(B)247.91º68.94%51.76%-
XYZ6.434.0122.26-
YUV54.96171.48126.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=23.45%
G=18.14%
B=58.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53411320.600.6900.48247.9152.633.92
Hex3529843C45030f83522
Octal6551204741050603706542
Binary110101101001100001001111001000101011000011111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352984; }

 p { color: rgb(53,41,132); }

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

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

 a { background-color: rgb(53,41,132); }

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

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

 span { border-color: rgb(53,41,132); }

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