#353478

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

Shades of Jacksons Purple #353478

Tints of Jacksons Purple #353478

Color information

#353478 (or 0x353478) is unknown color: approx Jacksons Purple. HEX triplet: 35, 34 and 78. RGB value is (53,52,120). Sum of RGB (Red+Green+Blue) = 53+52+120=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #353478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353478 is #CACB87. Grayscale: #3B3B3B. Windows color (decimal): -13290376 or 7877685. OLE color: 7877685.

HSL color Cylindrical-coordinate representation of color #353478: hue angle of 240.88º 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 #353478 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5352120-
CMYK0.560.5700.53
HSL240.88º39.53%33.73%-
HSV(B)240.88º56.67%47.06%-
XYZ6.094.5718.33-
YUV60.05161.83122.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=23.56%
G=23.11%
B=53.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53521200.560.5700.53240.8839.5333.73
Hex3534783839035f12822
Octal656417070710653615042
Binary1101011101001111000111000111001011010111110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353478; }

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

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

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

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

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

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

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

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