#35204F

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

Shades of Violent Violet #35204F

Tints of Violent Violet #35204F

Color information

#35204F (or 0x35204F) is unknown color: approx Violent Violet. HEX triplet: 35, 20 and 4F. RGB value is (53,32,79). Sum of RGB (Red+Green+Blue) = 53+32+79=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #35204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35204F is #CADFB0. Grayscale: #2B2B2B. Windows color (decimal): -13295537 or 5185589. OLE color: 5185589.

HSL color Cylindrical-coordinate representation of color #35204F: hue angle of 266.81º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35204F is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB533279-
CMYK0.330.5900.69
HSL266.81º42.34%21.76%-
HSV(B)266.81º59.49%30.98%-
XYZ3.42.357.67-
YUV43.64147.96134.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=32.32%
G=19.51%
B=48.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5332790.330.5900.69266.8142.3421.76
Hex35204F213B04510b2a16
Octal6540117417301054135226
Binary11010110000010011111000011110110100010110000101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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