#291A46

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

Shades of Violent Violet #291A46

Tints of Violent Violet #291A46

Color information

#291A46 (or 0x291A46) is unknown color: approx Violent Violet. HEX triplet: 29, 1A and 46. RGB value is (41,26,70). Sum of RGB (Red+Green+Blue) = 41+26+70=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #291A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A46 is #D6E5B9. Grayscale: #232323. Windows color (decimal): -14083514 or 4594217. OLE color: 4594217.

HSL color Cylindrical-coordinate representation of color #291A46: hue angle of 260.45º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #291A46 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB412670-
CMYK0.410.6300.73
HSL260.45º45.83%18.82%-
HSV(B)260.45º62.86%27.45%-
XYZ2.391.655.99-
YUV35.5147.47131.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 70 (27.73% from 255) = 51.09%
R=29.93%
G=18.98%
B=51.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4126700.410.6300.73260.4545.8318.82
Hex291A46293F0491042e13
Octal5132106517701114045623
Binary1010011101010001101010011111110100100110000010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291A46; }

 p { color: rgb(41,26,70); }

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

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

 a { background-color: rgb(41,26,70); }

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

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

 span { border-color: rgb(41,26,70); }

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