#292790

Color #292790 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #292790

Tints of Jacksons Purple #292790

Color information

#292790 (or 0x292790) is unknown color: approx Jacksons Purple. HEX triplet: 29, 27 and 90. RGB value is (41,39,144). Sum of RGB (Red+Green+Blue) = 41+39+144=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #292790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292790 is #D6D86F. Grayscale: #333333. Windows color (decimal): -14080112 or 9447209. OLE color: 9447209.

HSL color Cylindrical-coordinate representation of color #292790: hue angle of 241.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292790 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4139144-
CMYK0.720.7300.44
HSL241.14º57.38%35.88%-
HSV(B)241.14º72.92%56.47%-
XYZ6.673.9426.79-
YUV51.57180.16120.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 144 (56.64% from 255) = 64.29%
R=18.30%
G=17.41%
B=64.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41391440.720.7300.44241.1457.3835.88
Hex292790484902Cf13924
Octal51472201101110543617144
Binary1010011001111001000010010001001001010110011110001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292790; }

 p { color: rgb(41,39,144); }

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

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

 a { background-color: rgb(41,39,144); }

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

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

 span { border-color: rgb(41,39,144); }

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