#291C46

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

Shades of Violent Violet #291C46

Tints of Violent Violet #291C46

Color information

#291C46 (or 0x291C46) is unknown color: approx Violent Violet. HEX triplet: 29, 1C and 46. RGB value is (41,28,70). Sum of RGB (Red+Green+Blue) = 41+28+70=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #291C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C46 is #D6E3B9. Grayscale: #242424. Windows color (decimal): -14083002 or 4594729. OLE color: 4594729.

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

Color convert

RGB412870-
CMYK0.410.6000.73
HSL258.57º42.86%19.22%-
HSV(B)258.57º60%27.45%-
XYZ2.441.746-
YUV36.67146.81131.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 70 (27.73% from 255) = 50.36%
R=29.50%
G=20.14%
B=50.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4128700.410.6000.73258.5742.8619.22
Hex291C46293C0491032b13
Octal5134106517401114035323
Binary1010011110010001101010011111000100100110000001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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