#353388

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

Shades of Jacksons Purple #353388

Tints of Jacksons Purple #353388

Color information

#353388 (or 0x353388) is unknown color: approx Jacksons Purple. HEX triplet: 35, 33 and 88. RGB value is (53,51,136). Sum of RGB (Red+Green+Blue) = 53+51+136=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #353388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353388 is #CACC77. Grayscale: #3C3C3C. Windows color (decimal): -13290616 or 8926005. OLE color: 8926005.

HSL color Cylindrical-coordinate representation of color #353388: hue angle of 241.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353388 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5351136-
CMYK0.610.6200.47
HSL241.41º45.45%36.67%-
HSV(B)241.41º62.5%53.33%-
XYZ7.14.923.86-
YUV61.29170.16122.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 136 (53.52% from 255) = 56.67%
R=22.08%
G=21.25%
B=56.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53511360.610.6200.47241.4145.4536.67
Hex3533883D3E02Ff12d25
Octal656321075760573615545
Binary11010111001110001000111101111110010111111110001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353388; }

 p { color: rgb(53,51,136); }

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

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

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

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

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

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

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