#353592

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

Shades of Jacksons Purple #353592

Tints of Jacksons Purple #353592

Color information

#353592 (or 0x353592) is unknown color: approx Jacksons Purple. HEX triplet: 35, 35 and 92. RGB value is (53,53,146). Sum of RGB (Red+Green+Blue) = 53+53+146=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #353592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353592 is #CACA6D. Grayscale: #3F3F3F. Windows color (decimal): -13290094 or 9581877. OLE color: 9581877.

HSL color Cylindrical-coordinate representation of color #353592: hue angle of 240º 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 #353592 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5353146-
CMYK0.640.6400.43
HSL240º46.73%39.02%-
HSV(B)240º63.7%57.25%-
XYZ7.935.3827.81-
YUV63.6174.5120.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 146 (57.42% from 255) = 57.94%
R=21.03%
G=21.03%
B=57.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53531460.640.6400.4324046.7339.02
Hex353592404002Bf02f27
Octal65652221001000533605747
Binary1101011101011001001010000001000000010101111110000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353592; }

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

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

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

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

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

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

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

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