#290C4D

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

Shades of Violent Violet #290C4D

Tints of Violent Violet #290C4D

Color information

#290C4D (or 0x290C4D) is unknown color: approx Violent Violet. HEX triplet: 29, 0C and 4D. RGB value is (41,12,77). Sum of RGB (Red+Green+Blue) = 41+12+77=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #290C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C4D is #D6F3B2. Grayscale: #1B1B1B. Windows color (decimal): -14087091 or 5049385. OLE color: 5049385.

HSL color Cylindrical-coordinate representation of color #290C4D: hue angle of 266.77º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290C4D is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB411277-
CMYK0.470.8400.70
HSL266.77º73.03%17.45%-
HSV(B)266.77º84.42%30.2%-
XYZ2.391.277.14-
YUV28.08155.61137.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=31.54%
G=9.23%
B=59.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4112770.470.8400.70266.7773.0317.45
Hex29C4D2F5404610b4911
Octal511411557124010641311121
Binary10100111001001101101111101010001000110100001011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290C4D; }

 p { color: rgb(41,12,77); }

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

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

 a { background-color: rgb(41,12,77); }

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

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

 span { border-color: rgb(41,12,77); }

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