#353995

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

Shades of Jacksons Purple #353995

Tints of Jacksons Purple #353995

Color information

#353995 (or 0x353995) is unknown color: approx Jacksons Purple. HEX triplet: 35, 39 and 95. RGB value is (53,57,149). Sum of RGB (Red+Green+Blue) = 53+57+149=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #353995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353995 is #CAC66A. Grayscale: #414141. Windows color (decimal): -13289067 or 9779509. OLE color: 9779509.

HSL color Cylindrical-coordinate representation of color #353995: hue angle of 237.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353995 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5357149-
CMYK0.640.6200.42
HSL237.5º47.52%39.61%-
HSV(B)237.5º64.43%58.43%-
XYZ8.365.8529.12-
YUV66.29174.67118.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=20.46%
G=22.01%
B=57.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53571490.640.6200.42237.547.5239.61
Hex353995403E02Aee3028
Octal6571225100760523566050
Binary110101111001100101011000000111110010101011101110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353995; }

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

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

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

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

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

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

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

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