#352048

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

Shades of Jagger #352048

Tints of Jagger #352048

Color information

#352048 (or 0x352048) is unknown color: approx Jagger. HEX triplet: 35, 20 and 48. RGB value is (53,32,72). Sum of RGB (Red+Green+Blue) = 53+32+72=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #352048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352048 is #CADFB7. Grayscale: #2A2A2A. Windows color (decimal): -13295544 or 4726837. OLE color: 4726837.

HSL color Cylindrical-coordinate representation of color #352048: hue angle of 271.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352048 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB533272-
CMYK0.260.5600.72
HSL271.5º38.46%20.39%-
HSV(B)271.5º55.56%28.24%-
XYZ3.152.266.4-
YUV42.84144.46135.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=33.76%
G=20.38%
B=45.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5332720.260.5600.72271.538.4620.39
Hex3520481A380481102614
Octal6540110327001104204624
Binary1101011000001001000110101110000100100010001000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352048; }

 p { color: rgb(53,32,72); }

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

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

 a { background-color: rgb(53,32,72); }

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

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

 span { border-color: rgb(53,32,72); }

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