#35254D

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

Shades of Violent Violet #35254D

Tints of Violent Violet #35254D

Color information

#35254D (or 0x35254D) is unknown color: approx Violent Violet. HEX triplet: 35, 25 and 4D. RGB value is (53,37,77). Sum of RGB (Red+Green+Blue) = 53+37+77=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #35254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35254D is #CADAB2. Grayscale: #2E2E2E. Windows color (decimal): -13294259 or 5055797. OLE color: 5055797.

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

Color convert

RGB533777-
CMYK0.310.5200.70
HSL264º35.09%22.35%-
HSV(B)264º51.95%30.2%-
XYZ3.472.627.34-
YUV46.34145.3132.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=31.74%
G=22.16%
B=46.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5337770.310.5200.7026435.0922.35
Hex35254D1F340461082316
Octal6545115376401064104326
Binary1101011001011001101111111101000100011010000100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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