#291555

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

Shades of Violent Violet #291555

Tints of Violent Violet #291555

Color information

#291555 (or 0x291555) is unknown color: approx Violent Violet. HEX triplet: 29, 15 and 55. RGB value is (41,21,85). Sum of RGB (Red+Green+Blue) = 41+21+85=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #291555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291555 is #D6EAAA. Grayscale: #222222. Windows color (decimal): -14084779 or 5575977. OLE color: 5575977.

HSL color Cylindrical-coordinate representation of color #291555: hue angle of 258.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291555 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB412185-
CMYK0.520.7500.67
HSL258.75º60.38%20.78%-
HSV(B)258.75º75.29%33.33%-
XYZ2.821.668.77-
YUV34.28156.63132.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=27.89%
G=14.29%
B=57.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4121850.520.7500.67258.7560.3820.78
Hex291555344B0431033c15
Octal51251256411301034037425
Binary10100110101101010111010010010110100001110000001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291555; }

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

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

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

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

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

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

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

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