#291941

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

Shades of Violent Violet #291941

Tints of Violent Violet #291941

Color information

#291941 (or 0x291941) is unknown color: approx Violent Violet. HEX triplet: 29, 19 and 41. RGB value is (41,25,65). Sum of RGB (Red+Green+Blue) = 41+25+65=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #291941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291941 is #D6E6BE. Grayscale: #222222. Windows color (decimal): -14083775 or 4266281. OLE color: 4266281.

HSL color Cylindrical-coordinate representation of color #291941: hue angle of 264º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #291941 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB412565-
CMYK0.370.6200.75
HSL264º44.44%17.65%-
HSV(B)264º61.54%25.49%-
XYZ2.221.555.18-
YUV34.34145.3132.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=31.30%
G=19.08%
B=49.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4125650.370.6200.7526444.4417.65
Hex291941253E04B1082c12
Octal5131101457601134105422
Binary1010011100110000011001011111100100101110000100010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291941; }

 p { color: rgb(41,25,65); }

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

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

 a { background-color: rgb(41,25,65); }

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

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

 span { border-color: rgb(41,25,65); }

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