Html Css Color HEX #352048 Jagger

📋 copy color: '#352048'

red 53 ◦ green 32 ◦ blue 72

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

Shades of Jagger #352048

Tints of Jagger #352048

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 value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#352048 (or 0x352048) is known color: 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

RGB 53 32 72 -
CMYK 0.26 0.56 0 0.72
HSL 271.5º 0.38% 0.2% -
HSV(B) 271.5º 0.56% 0.28% -
XYZ 3.15 2.26 6.4 -
YUV 42.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 53 32 72 0.26 0.56 0 0.72 271.5 0.38 0.2
Hex 35 20 48 1A 38 0 48 110 26 14
Octal 65 40 110 32 70 0 110 420 46 24
Binary 110101 100000 1001000 11010 111000 0 1001000 100010000 100110 10100

Color Harmonies of #352048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352048

Black with #352048

Text Example


Text Example

White with #352048

Text Example


Text Example

HTML Codes & Css Web 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>