#291255

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

Shades of Violent Violet #291255

Tints of Violent Violet #291255

Color information

#291255 (or 0x291255) is unknown color: approx Violent Violet. HEX triplet: 29, 12 and 55. RGB value is (41,18,85). Sum of RGB (Red+Green+Blue) = 41+18+85=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #291255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291255 is #D6EDAA. Grayscale: #202020. Windows color (decimal): -14085547 or 5575209. OLE color: 5575209.

HSL color Cylindrical-coordinate representation of color #291255: hue angle of 260.6º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291255 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB411885-
CMYK0.520.7900.67
HSL260.6º65.05%20.2%-
HSV(B)260.6º78.82%33.33%-
XYZ2.771.568.75-
YUV32.52157.62134.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=28.47%
G=12.5%
B=59.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4118850.520.7900.67260.665.0520.2
Hex291255344F0431054114
Octal512212564117010340510124
Binary101001100101010101110100100111101000011100000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291255; }

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

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

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

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

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

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

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

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