#290456

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

Shades of Violent Violet #290456

Tints of Violent Violet #290456

Color information

#290456 (or 0x290456) is unknown color: approx Violent Violet. HEX triplet: 29, 04 and 56. RGB value is (41,4,86). Sum of RGB (Red+Green+Blue) = 41+4+86=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #290456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290456 is #D6FBA9. Grayscale: #181818. Windows color (decimal): -14089130 or 5637161. OLE color: 5637161.

HSL color Cylindrical-coordinate representation of color #290456: hue angle of 267.07º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290456 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB41486-
CMYK0.520.9500.66
HSL267.07º91.11%17.65%-
HSV(B)267.07º95.35%33.73%-
XYZ2.641.238.9-
YUV24.41162.76139.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 86 (33.98% from 255) = 65.65%
R=31.30%
G=3.05%
B=65.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal414860.520.9500.66267.0791.1117.65
Hex29456345F04210b5b12
Octal51412664137010241313322
Binary1010011001010110110100101111101000010100001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290456; }

 p { color: rgb(41,4,86); }

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

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

 a { background-color: rgb(41,4,86); }

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

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

 span { border-color: rgb(41,4,86); }

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