#290B4F

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

Shades of Violent Violet #290B4F

Tints of Violent Violet #290B4F

Color information

#290B4F (or 0x290B4F) is unknown color: approx Violent Violet. HEX triplet: 29, 0B and 4F. RGB value is (41,11,79). Sum of RGB (Red+Green+Blue) = 41+11+79=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #290B4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B4F is #D6F4B0. Grayscale: #1B1B1B. Windows color (decimal): -14087345 or 5180201. OLE color: 5180201.

HSL color Cylindrical-coordinate representation of color #290B4F: hue angle of 266.47º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #290B4F is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB411179-
CMYK0.480.8600.69
HSL266.47º75.56%17.65%-
HSV(B)266.47º86.08%30.98%-
XYZ2.451.287.51-
YUV27.72156.94137.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 11 (4.69% from 255) = 8.40%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=31.30%
G=8.40%
B=60.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4111790.480.8600.69266.4775.5617.65
Hex29B4F305604510a4c12
Octal511311760126010541211422
Binary10100110111001111110000101011001000101100001010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,11,79); }

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

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

 a { background-color: rgb(41,11,79); }

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

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

 span { border-color: rgb(41,11,79); }

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