Html Css Color HEX #352049 Jagger

📋 copy color: '#352049'

red 53 ◦ green 32 ◦ blue 73

#352049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #352049

Tints of Jagger #352049

RGB

 RED value IS 53 (21.09% from 255) = 33.54%

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 73 (28.91% from 255) = 46.2%

R = 33.54%
G = 20.25%
B = 46.2%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#352049 (or 0x352049) is known color: Jagger. HEX triplet: 35, 20 and 49. RGB value is (53,32,73). Sum of RGB (Red+Green+Blue) = 53+32+73=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #352049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352049 is #CADFB6. Grayscale: #2A2A2A. Windows color (decimal): -13295543 or 4792373. OLE color: 4792373.

HSL color Cylindrical-coordinate representation of color #352049: hue angle of 270.73º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352049 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 32 73 -
CMYK 0.27 0.56 0 0.71
HSL 270.73º 0.39% 0.21% -
HSV(B) 270.73º 0.56% 0.29% -
XYZ 3.19 2.27 6.57 -
YUV 42.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 53 32 73 0.27 0.56 0 0.71 270.73 0.39 0.21
Hex 35 20 49 1B 38 0 47 10F 27 15
Octal 65 40 111 33 70 0 107 417 47 25
Binary 110101 100000 1001001 11011 111000 0 1000111 100001111 100111 10101

Color Harmonies of #352049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352049

Black with #352049

Text Example


Text Example

White with #352049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352049; }

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

 H1.HeaderClassName
 {
   color: #352049;
 }
 .AnyTagClassName
 {
   color: #352049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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