Html Css Color HEX #352249 Violent Violet

📋 copy color: '#352249'

red 53 ◦ green 34 ◦ blue 73

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

Shades of Violent Violet #352249

Tints of Violent Violet #352249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.25%

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

R = 33.13%
G = 21.25%
B = 45.63%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#352249 (or 0x352249) is known color: Violent Violet. HEX triplet: 35, 22 and 49. RGB value is (53,34,73). Sum of RGB (Red+Green+Blue) = 53+34+73=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #352249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352249 is #CADDB6. Grayscale: #2B2B2B. Windows color (decimal): -13295031 or 4792885. OLE color: 4792885.

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

Color convert

RGB 53 34 73 -
CMYK 0.27 0.53 0 0.71
HSL 269.23º 0.36% 0.21% -
HSV(B) 269.23º 0.53% 0.29% -
XYZ 3.24 2.38 6.59 -
YUV 44.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 53 34 73 0.27 0.53 0 0.71 269.23 0.36 0.21
Hex 35 22 49 1B 35 0 47 10D 24 15
Octal 65 42 111 33 65 0 107 415 44 25
Binary 110101 100010 1001001 11011 110101 0 1000111 100001101 100100 10101

Color Harmonies of #352249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352249

Black with #352249

Text Example


Text Example

White with #352249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352249; }

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

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

background-color css

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

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

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

border-color css

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

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

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