#35204B

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

Shades of Violent Violet #35204B

Tints of Violent Violet #35204B

Color information

#35204B (or 0x35204B) is unknown color: approx Violent Violet. HEX triplet: 35, 20 and 4B. RGB value is (53,32,75). Sum of RGB (Red+Green+Blue) = 53+32+75=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #35204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35204B is #CADFB4. Grayscale: #2B2B2B. Windows color (decimal): -13295541 or 4923445. OLE color: 4923445.

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

Color convert

RGB533275-
CMYK0.290.5700.71
HSL269.3º40.19%20.98%-
HSV(B)269.3º57.33%29.41%-
XYZ3.252.36.93-
YUV43.18145.96135-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=33.12%
G=20%
B=46.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5332750.290.5700.71269.340.1920.98
Hex35204B1D3904710d2815
Octal6540113357101074155025
Binary1101011000001001011111011110010100011110000110110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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