#35204D

Color #35204D Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #35204D

Tints of Violent Violet #35204D

Color information

#35204D (or 0x35204D) is unknown color: approx Violent Violet. HEX triplet: 35, 20 and 4D. RGB value is (53,32,77). Sum of RGB (Red+Green+Blue) = 53+32+77=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #35204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35204D is #CADFB2. Grayscale: #2B2B2B. Windows color (decimal): -13295539 or 5054517. OLE color: 5054517.

HSL color Cylindrical-coordinate representation of color #35204D: hue angle of 268º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35204D is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB533277-
CMYK0.310.5800.70
HSL268º41.28%21.37%-
HSV(B)268º58.44%30.2%-
XYZ3.322.337.29-
YUV43.41146.96134.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=32.72%
G=19.75%
B=47.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5332770.310.5800.7026841.2821.37
Hex35204D1F3A04610c2915
Octal6540115377201064145125
Binary1101011000001001101111111110100100011010000110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35204D; }

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

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

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

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

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

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

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

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