#35294A

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

Shades of Violent Violet #35294A

Tints of Violent Violet #35294A

Color information

#35294A (or 0x35294A) is unknown color: approx Violent Violet. HEX triplet: 35, 29 and 4A. RGB value is (53,41,74). Sum of RGB (Red+Green+Blue) = 53+41+74=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #35294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35294A is #CAD6B5. Grayscale: #303030. Windows color (decimal): -13293238 or 4860213. OLE color: 4860213.

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

Color convert

RGB534174-
CMYK0.280.4500.71
HSL261.82º28.7%22.55%-
HSV(B)261.82º44.59%29.02%-
XYZ3.52.846.84-
YUV48.35142.48131.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=31.55%
G=24.40%
B=44.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5341740.280.4500.71261.8228.722.55
Hex35294A1C2D0471061d17
Octal6551112345501074063527
Binary110101101001100101011100101101010001111000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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