#293391

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

Shades of Jacksons Purple #293391

Tints of Jacksons Purple #293391

Color information

#293391 (or 0x293391) is unknown color: approx Jacksons Purple. HEX triplet: 29, 33 and 91. RGB value is (41,51,145). Sum of RGB (Red+Green+Blue) = 41+51+145=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #293391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293391 is #D6CC6E. Grayscale: #3A3A3A. Windows color (decimal): -14077039 or 9515817. OLE color: 9515817.

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

Color convert

RGB4151145-
CMYK0.720.6500.43
HSL234.23º55.91%36.47%-
HSV(B)234.23º71.72%56.86%-
XYZ7.214.8827.35-
YUV58.73176.69115.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 145 (57.03% from 255) = 61.18%
R=17.30%
G=21.52%
B=61.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41511450.720.6500.43234.2355.9136.47
Hex293391484102Bea3824
Octal51632211101010533527044
Binary1010011100111001000110010001000001010101111101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293391; }

 p { color: rgb(41,51,145); }

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

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

 a { background-color: rgb(41,51,145); }

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

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

 span { border-color: rgb(41,51,145); }

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