#341551

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

Shades of Violent Violet #341551

Tints of Violent Violet #341551

Color information

#341551 (or 0x341551) is unknown color: approx Violent Violet. HEX triplet: 34, 15 and 51. RGB value is (52,21,81). Sum of RGB (Red+Green+Blue) = 52+21+81=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #341551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341551 is #CBEAAE. Grayscale: #242424. Windows color (decimal): -13363887 or 5313844. OLE color: 5313844.

HSL color Cylindrical-coordinate representation of color #341551: hue angle of 271º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341551 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB522181-
CMYK0.360.7400.68
HSL271º58.82%20%-
HSV(B)271º74.07%31.76%-
XYZ3.171.867.98-
YUV37.11152.77138.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=33.77%
G=13.64%
B=52.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5221810.360.7400.6827158.8220
Hex341551244A04410f3b14
Octal64251214411201044177324
Binary11010010101101000110010010010100100010010000111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341551; }

 p { color: rgb(52,21,81); }

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

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

 a { background-color: rgb(52,21,81); }

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

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

 span { border-color: rgb(52,21,81); }

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