#291E4B

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

Shades of Violent Violet #291E4B

Tints of Violent Violet #291E4B

Color information

#291E4B (or 0x291E4B) is unknown color: approx Violent Violet. HEX triplet: 29, 1E and 4B. RGB value is (41,30,75). Sum of RGB (Red+Green+Blue) = 41+30+75=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #291E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E4B is #D6E1B4. Grayscale: #262626. Windows color (decimal): -14082485 or 4922921. OLE color: 4922921.

HSL color Cylindrical-coordinate representation of color #291E4B: hue angle of 254.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #291E4B is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB413075-
CMYK0.450.6000.71
HSL254.67º42.86%20.59%-
HSV(B)254.67º60%29.41%-
XYZ2.651.916.89-
YUV38.42148.64129.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=28.08%
G=20.55%
B=51.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4130750.450.6000.71254.6742.8620.59
Hex291E4B2D3C047ff2b15
Octal5136113557401073775325
Binary101001111101001011101101111100010001111111111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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