#353378

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

Shades of Jacksons Purple #353378

Tints of Jacksons Purple #353378

Color information

#353378 (or 0x353378) is unknown color: approx Jacksons Purple. HEX triplet: 35, 33 and 78. RGB value is (53,51,120). Sum of RGB (Red+Green+Blue) = 53+51+120=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #353378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353378 is #CACC87. Grayscale: #3B3B3B. Windows color (decimal): -13290632 or 7877429. OLE color: 7877429.

HSL color Cylindrical-coordinate representation of color #353378: hue angle of 241.74º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353378 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5351120-
CMYK0.560.5800.53
HSL241.74º40.35%33.53%-
HSV(B)241.74º57.5%47.06%-
XYZ6.044.4818.32-
YUV59.46162.16123.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=23.66%
G=22.77%
B=53.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53511200.560.5800.53241.7440.3533.53
Hex353378383A035f22822
Octal656317070720653625042
Binary1101011100111111000111000111010011010111110010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353378; }

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

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

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

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

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

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

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

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