#291250

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

Shades of Violent Violet #291250

Tints of Violent Violet #291250

Color information

#291250 (or 0x291250) is unknown color: approx Violent Violet. HEX triplet: 29, 12 and 50. RGB value is (41,18,80). Sum of RGB (Red+Green+Blue) = 41+18+80=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #291250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291250 is #D6EDAF. Grayscale: #1F1F1F. Windows color (decimal): -14085552 or 5247529. OLE color: 5247529.

HSL color Cylindrical-coordinate representation of color #291250: hue angle of 262.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291250 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB411880-
CMYK0.490.7800.69
HSL262.26º63.27%19.22%-
HSV(B)262.26º77.5%31.37%-
XYZ2.581.487.74-
YUV31.94155.12134.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=29.50%
G=12.95%
B=57.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4118800.490.7800.69262.2663.2719.22
Hex291250314E0451063f13
Octal51221206111601054067723
Binary10100110010101000011000110011100100010110000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291250; }

 p { color: rgb(41,18,80); }

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

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

 a { background-color: rgb(41,18,80); }

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

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

 span { border-color: rgb(41,18,80); }

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