#291D4A

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

Shades of Violent Violet #291D4A

Tints of Violent Violet #291D4A

Color information

#291D4A (or 0x291D4A) is unknown color: approx Violent Violet. HEX triplet: 29, 1D and 4A. RGB value is (41,29,74). Sum of RGB (Red+Green+Blue) = 41+29+74=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #291D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D4A is #D6E2B5. Grayscale: #252525. Windows color (decimal): -14082742 or 4857129. OLE color: 4857129.

HSL color Cylindrical-coordinate representation of color #291D4A: hue angle of 256º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291D4A is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB412974-
CMYK0.450.6100.71
HSL256º43.69%20.2%-
HSV(B)256º60.81%29.02%-
XYZ2.591.846.7-
YUV37.72148.48130.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 74 (29.30% from 255) = 51.39%
R=28.47%
G=20.14%
B=51.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4129740.450.6100.7125643.6920.2
Hex291D4A2D3D0471002c14
Octal5135112557501074005424
Binary1010011110110010101011011111010100011110000000010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,29,74); }

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

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

 a { background-color: rgb(41,29,74); }

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

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

 span { border-color: rgb(41,29,74); }

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