#353185

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

Shades of Jacksons Purple #353185

Tints of Jacksons Purple #353185

Color information

#353185 (or 0x353185) is unknown color: approx Jacksons Purple. HEX triplet: 35, 31 and 85. RGB value is (53,49,133). Sum of RGB (Red+Green+Blue) = 53+49+133=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #353185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353185 is #CACE7A. Grayscale: #3B3B3B. Windows color (decimal): -13291131 or 8728885. OLE color: 8728885.

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

Color convert

RGB5349133-
CMYK0.600.6300.48
HSL242.86º46.15%35.69%-
HSV(B)242.86º63.16%52.16%-
XYZ6.84.6522.73-
YUV59.77169.33123.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=22.55%
G=20.85%
B=56.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53491330.600.6300.48242.8646.1535.69
Hex3531853C3F030f32e24
Octal656120574770603635644
Binary11010111000110000101111100111111011000011110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353185; }

 p { color: rgb(53,49,133); }

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

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

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

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

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

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

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