#291D51

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

Shades of Violent Violet #291D51

Tints of Violent Violet #291D51

Color information

#291D51 (or 0x291D51) is unknown color: approx Violent Violet. HEX triplet: 29, 1D and 51. RGB value is (41,29,81). Sum of RGB (Red+Green+Blue) = 41+29+81=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #291D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D51 is #D6E2AE. Grayscale: #262626. Windows color (decimal): -14082735 or 5315881. OLE color: 5315881.

HSL color Cylindrical-coordinate representation of color #291D51: hue angle of 253.85º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #291D51 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB412981-
CMYK0.490.6400.68
HSL253.85º47.27%21.57%-
HSV(B)253.85º64.2%31.76%-
XYZ2.841.948.01-
YUV38.52151.98129.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=27.15%
G=19.21%
B=53.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4129810.490.6400.68253.8547.2721.57
Hex291D513140044fe2f16
Octal51351216110001043765726
Binary1010011110110100011100011000000010001001111111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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