#35204E

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

Shades of Violent Violet #35204E

Tints of Violent Violet #35204E

Color information

#35204E (or 0x35204E) is unknown color: approx Violent Violet. HEX triplet: 35, 20 and 4E. RGB value is (53,32,78). Sum of RGB (Red+Green+Blue) = 53+32+78=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #35204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35204E is #CADFB1. Grayscale: #2B2B2B. Windows color (decimal): -13295538 or 5120053. OLE color: 5120053.

HSL color Cylindrical-coordinate representation of color #35204E: hue angle of 267.39º 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 #35204E is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB533278-
CMYK0.320.5900.69
HSL267.39º41.82%21.57%-
HSV(B)267.39º58.97%30.59%-
XYZ3.362.347.48-
YUV43.52147.46134.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=32.52%
G=19.63%
B=47.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5332780.320.5900.69267.3941.8221.57
Hex35204E203B04510b2a16
Octal6540116407301054135226
Binary11010110000010011101000001110110100010110000101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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