#35264D

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

Shades of Violent Violet #35264D

Tints of Violent Violet #35264D

Color information

#35264D (or 0x35264D) is unknown color: approx Violent Violet. HEX triplet: 35, 26 and 4D. RGB value is (53,38,77). Sum of RGB (Red+Green+Blue) = 53+38+77=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #35264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35264D is #CAD9B2. Grayscale: #2E2E2E. Windows color (decimal): -13294003 or 5056053. OLE color: 5056053.

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

Color convert

RGB533877-
CMYK0.310.5100.70
HSL263.08º33.91%22.55%-
HSV(B)263.08º50.65%30.2%-
XYZ3.52.687.35-
YUV46.93144.97132.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=31.55%
G=22.62%
B=45.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5338770.310.5100.70263.0833.9122.55
Hex35264D1F330461072217
Octal6546115376301064074227
Binary1101011001101001101111111100110100011010000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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