#35244C

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

Shades of Violent Violet #35244C

Tints of Violent Violet #35244C

Color information

#35244C (or 0x35244C) is unknown color: approx Violent Violet. HEX triplet: 35, 24 and 4C. RGB value is (53,36,76). Sum of RGB (Red+Green+Blue) = 53+36+76=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #35244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35244C is #CADBB3. Grayscale: #2D2D2D. Windows color (decimal): -13294516 or 4990005. OLE color: 4990005.

HSL color Cylindrical-coordinate representation of color #35244C: hue angle of 265.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35244C is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB533676-
CMYK0.300.5300.70
HSL265.5º35.71%21.96%-
HSV(B)265.5º52.63%29.8%-
XYZ3.42.547.15-
YUV45.64145.13133.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=32.12%
G=21.82%
B=46.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5336760.300.5300.70265.535.7121.96
Hex35244C1E3504610a2416
Octal6544114366501064124426
Binary1101011001001001100111101101010100011010000101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35244C; }

 p { color: rgb(53,36,76); }

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

<style>
 a { background-color: #35244C; }

 a { background-color: rgb(53,36,76); }

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

<style>
 span { border-color: #35244C; }

 span { border-color: rgb(53,36,76); }

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