#291948

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

Shades of Violent Violet #291948

Tints of Violent Violet #291948

Color information

#291948 (or 0x291948) is unknown color: approx Violent Violet. HEX triplet: 29, 19 and 48. RGB value is (41,25,72). Sum of RGB (Red+Green+Blue) = 41+25+72=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #291948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291948 is #D6E6B7. Grayscale: #222222. Windows color (decimal): -14083768 or 4725033. OLE color: 4725033.

HSL color Cylindrical-coordinate representation of color #291948: hue angle of 260.43º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #291948 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB412572-
CMYK0.430.6500.72
HSL260.43º48.45%19.02%-
HSV(B)260.43º65.28%28.24%-
XYZ2.431.636.32-
YUV35.14148.8132.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=29.71%
G=18.12%
B=52.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4125720.430.6500.72260.4348.4519.02
Hex2919482B410481043013
Octal51311105310101104046023
Binary10100111001100100010101110000010100100010000010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291948; }

 p { color: rgb(41,25,72); }

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

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

 a { background-color: rgb(41,25,72); }

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

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

 span { border-color: rgb(41,25,72); }

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