#353F90

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

Shades of Jacksons Purple #353F90

Tints of Jacksons Purple #353F90

Color information

#353F90 (or 0x353F90) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3F and 90. RGB value is (53,63,144). Sum of RGB (Red+Green+Blue) = 53+63+144=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #353F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F90 is #CAC06F. Grayscale: #444444. Windows color (decimal): -13287536 or 9453365. OLE color: 9453365.

HSL color Cylindrical-coordinate representation of color #353F90: hue angle of 233.41º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353F90 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5363144-
CMYK0.630.5600.44
HSL233.41º46.19%38.63%-
HSV(B)233.41º63.19%56.47%-
XYZ8.286.3327.17-
YUV69.24170.19116.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 144 (56.64% from 255) = 55.38%
R=20.38%
G=24.23%
B=55.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53631440.630.5600.44233.4146.1938.63
Hex353F903F3802Ce92e27
Octal657722077700543515647
Binary11010111111110010000111111111000010110011101001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,63,144); }

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

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

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

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

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

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

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