#290B4E

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

Shades of Violent Violet #290B4E

Tints of Violent Violet #290B4E

Color information

#290B4E (or 0x290B4E) is unknown color: approx Violent Violet. HEX triplet: 29, 0B and 4E. RGB value is (41,11,78). Sum of RGB (Red+Green+Blue) = 41+11+78=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #290B4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B4E is #D6F4B1. Grayscale: #1B1B1B. Windows color (decimal): -14087346 or 5114665. OLE color: 5114665.

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

Color convert

RGB411178-
CMYK0.470.8600.69
HSL266.87º75.28%17.45%-
HSV(B)266.87º85.9%30.59%-
XYZ2.411.267.32-
YUV27.61156.44137.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 78 (30.86% from 255) = 60%
R=31.54%
G=8.46%
B=60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4111780.470.8600.69266.8775.2817.45
Hex29B4E2F5604510b4b11
Octal511311657126010541311321
Binary10100110111001110101111101011001000101100001011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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