#353884

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

Shades of Jacksons Purple #353884

Tints of Jacksons Purple #353884

Color information

#353884 (or 0x353884) is unknown color: approx Jacksons Purple. HEX triplet: 35, 38 and 84. RGB value is (53,56,132). Sum of RGB (Red+Green+Blue) = 53+56+132=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #353884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353884 is #CAC77B. Grayscale: #3F3F3F. Windows color (decimal): -13289340 or 8665141. OLE color: 8665141.

HSL color Cylindrical-coordinate representation of color #353884: hue angle of 237.72º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353884 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5356132-
CMYK0.600.5800.48
HSL237.72º42.7%36.27%-
HSV(B)237.72º59.85%51.76%-
XYZ7.055.2522.47-
YUV63.77166.51120.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=21.99%
G=23.24%
B=54.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53561320.600.5800.48237.7242.736.27
Hex3538843C3A030ee2b24
Octal657020474720603565344
Binary11010111100010000100111100111010011000011101110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353884; }

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

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

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

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

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

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

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

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