#353C97

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

Shades of Jacksons Purple #353C97

Tints of Jacksons Purple #353C97

Color information

#353C97 (or 0x353C97) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3C and 97. RGB value is (53,60,151). Sum of RGB (Red+Green+Blue) = 53+60+151=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #353C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353C97 is #CAC368. Grayscale: #434343. Windows color (decimal): -13288297 or 9911349. OLE color: 9911349.

HSL color Cylindrical-coordinate representation of color #353C97: hue angle of 235.71º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353C97 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5360151-
CMYK0.650.6000.41
HSL235.71º48.04%40%-
HSV(B)235.71º64.9%59.22%-
XYZ8.676.2230.02-
YUV68.28174.68117.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 151 (59.38% from 255) = 57.20%
R=20.08%
G=22.73%
B=57.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53601510.650.6000.41235.7148.0440
Hex353C97413C029ec3028
Octal6574227101740513546050
Binary110101111100100101111000001111100010100111101100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353C97; }

 p { color: rgb(53,60,151); }

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

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

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

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

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

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

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