#290656

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

Shades of Violent Violet #290656

Tints of Violent Violet #290656

Color information

#290656 (or 0x290656) is unknown color: approx Violent Violet. HEX triplet: 29, 06 and 56. RGB value is (41,6,86). Sum of RGB (Red+Green+Blue) = 41+6+86=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #290656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290656 is #D6F9A9. Grayscale: #191919. Windows color (decimal): -14088618 or 5637673. OLE color: 5637673.

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

Color convert

RGB41686-
CMYK0.520.9300.66
HSL266.25º86.96%18.04%-
HSV(B)266.25º93.02%33.73%-
XYZ2.661.278.91-
YUV25.58162.1139-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 86 (33.98% from 255) = 64.66%
R=30.83%
G=4.51%
B=64.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal416860.520.9300.66266.2586.9618.04
Hex29656345D04210a5712
Octal51612664135010241212722
Binary1010011101010110110100101110101000010100001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290656; }

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

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

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

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

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

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

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

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