#35284A

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

Shades of Violent Violet #35284A

Tints of Violent Violet #35284A

Color information

#35284A (or 0x35284A) is unknown color: approx Violent Violet. HEX triplet: 35, 28 and 4A. RGB value is (53,40,74). Sum of RGB (Red+Green+Blue) = 53+40+74=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #35284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35284A is #CAD7B5. Grayscale: #2F2F2F. Windows color (decimal): -13293494 or 4859957. OLE color: 4859957.

HSL color Cylindrical-coordinate representation of color #35284A: hue angle of 262.94º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35284A is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB534074-
CMYK0.280.4600.71
HSL262.94º29.82%22.35%-
HSV(B)262.94º45.95%29.02%-
XYZ3.462.776.83-
YUV47.76142.81131.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=31.74%
G=23.95%
B=44.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5340740.280.4600.71262.9429.8222.35
Hex35284A1C2E0471071e16
Octal6550112345601074073626
Binary110101101000100101011100101110010001111000001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35284A; }

 p { color: rgb(53,40,74); }

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

<style>
 a { background-color: #35284A; }

 a { background-color: rgb(53,40,74); }

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

<style>
 span { border-color: #35284A; }

 span { border-color: rgb(53,40,74); }

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