#353992

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

Shades of Jacksons Purple #353992

Tints of Jacksons Purple #353992

Color information

#353992 (or 0x353992) is unknown color: approx Jacksons Purple. HEX triplet: 35, 39 and 92. RGB value is (53,57,146). Sum of RGB (Red+Green+Blue) = 53+57+146=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #353992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353992 is #CAC66D. Grayscale: #414141. Windows color (decimal): -13289070 or 9582901. OLE color: 9582901.

HSL color Cylindrical-coordinate representation of color #353992: hue angle of 237.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353992 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5357146-
CMYK0.640.6100.43
HSL237.42º46.73%39.02%-
HSV(B)237.42º63.7%57.25%-
XYZ8.125.7627.88-
YUV65.95173.17118.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=20.70%
G=22.27%
B=57.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53571460.640.6100.43237.4246.7339.02
Hex353992403D02Bed2f27
Octal6571222100750533555747
Binary110101111001100100101000000111101010101111101101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353992; }

 p { color: rgb(53,57,146); }

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

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

 a { background-color: rgb(53,57,146); }

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

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

 span { border-color: rgb(53,57,146); }

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