#291550

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

Shades of Violent Violet #291550

Tints of Violent Violet #291550

Color information

#291550 (or 0x291550) is unknown color: approx Violent Violet. HEX triplet: 29, 15 and 50. RGB value is (41,21,80). Sum of RGB (Red+Green+Blue) = 41+21+80=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #291550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291550 is #D6EAAF. Grayscale: #212121. Windows color (decimal): -14084784 or 5248297. OLE color: 5248297.

HSL color Cylindrical-coordinate representation of color #291550: hue angle of 260.34º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #291550 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB412180-
CMYK0.490.7400.69
HSL260.34º58.42%19.8%-
HSV(B)260.34º73.75%31.37%-
XYZ2.631.597.76-
YUV33.71154.13133.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=28.87%
G=14.79%
B=56.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4121800.490.7400.69260.3458.4219.8
Hex291550314A0451043a14
Octal51251206111201054047224
Binary10100110101101000011000110010100100010110000010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291550; }

 p { color: rgb(41,21,80); }

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

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

 a { background-color: rgb(41,21,80); }

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

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

 span { border-color: rgb(41,21,80); }

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