#291A4B

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

Shades of Violent Violet #291A4B

Tints of Violent Violet #291A4B

Color information

#291A4B (or 0x291A4B) is unknown color: approx Violent Violet. HEX triplet: 29, 1A and 4B. RGB value is (41,26,75). Sum of RGB (Red+Green+Blue) = 41+26+75=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #291A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A4B is #D6E5B4. Grayscale: #232323. Windows color (decimal): -14083509 or 4921897. OLE color: 4921897.

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

Color convert

RGB412675-
CMYK0.450.6500.71
HSL258.37º48.51%19.8%-
HSV(B)258.37º65.33%29.41%-
XYZ2.551.726.85-
YUV36.07149.97131.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=28.87%
G=18.31%
B=52.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4126750.450.6500.71258.3748.5119.8
Hex291A4B2D410471023114
Octal51321135510101074026124
Binary10100111010100101110110110000010100011110000001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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