#342550

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

Shades of Violent Violet #342550

Tints of Violent Violet #342550

Color information

#342550 (or 0x342550) is unknown color: approx Violent Violet. HEX triplet: 34, 25 and 50. RGB value is (52,37,80). Sum of RGB (Red+Green+Blue) = 52+37+80=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #342550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342550 is #CBDAAF. Grayscale: #2E2E2E. Windows color (decimal): -13359792 or 5252404. OLE color: 5252404.

HSL color Cylindrical-coordinate representation of color #342550: hue angle of 260.93º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342550 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB523780-
CMYK0.350.5400.69
HSL260.93º36.75%22.94%-
HSV(B)260.93º53.75%31.37%-
XYZ3.532.637.91-
YUV46.39146.97132-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=30.77%
G=21.89%
B=47.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5237800.350.5400.69260.9336.7522.94
Hex34255023360451052517
Octal6445120436601054054527
Binary11010010010110100001000111101100100010110000010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342550; }

 p { color: rgb(52,37,80); }

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

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

 a { background-color: rgb(52,37,80); }

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

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

 span { border-color: rgb(52,37,80); }

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