Html Css Color HEX #352253 Violent Violet

📋 copy color: '#352253'

red 53 ◦ green 34 ◦ blue 83

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

Shades of Violent Violet #352253

Tints of Violent Violet #352253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.82%

R = 31.18%
G = 20%
B = 48.82%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352253 (or 0x352253) is known color: Violent Violet. HEX triplet: 35, 22 and 53. RGB value is (53,34,83). Sum of RGB (Red+Green+Blue) = 53+34+83=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #352253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352253 is #CADDAC. Grayscale: #2D2D2D. Windows color (decimal): -13295021 or 5448245. OLE color: 5448245.

HSL color Cylindrical-coordinate representation of color #352253: hue angle of 263.27º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352253 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 34 83 -
CMYK 0.36 0.59 0 0.67
HSL 263.27º 0.42% 0.23% -
HSV(B) 263.27º 0.59% 0.33% -
XYZ 3.6 2.53 8.48 -
YUV 45.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 53 34 83 0.36 0.59 0 0.67 263.27 0.42 0.23
Hex 35 22 53 24 3B 0 43 107 2A 17
Octal 65 42 123 44 73 0 103 407 52 27
Binary 110101 100010 1010011 100100 111011 0 1000011 100000111 101010 10111

Color Harmonies of #352253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352253

Black with #352253

Text Example


Text Example

White with #352253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352253; }

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

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

background-color css

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

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

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

border-color css

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

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

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