#293291

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

Shades of Jacksons Purple #293291

Tints of Jacksons Purple #293291

Color information

#293291 (or 0x293291) is unknown color: approx Jacksons Purple. HEX triplet: 29, 32 and 91. RGB value is (41,50,145). Sum of RGB (Red+Green+Blue) = 41+50+145=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #293291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293291 is #D6CD6E. Grayscale: #393939. Windows color (decimal): -14077295 or 9515561. OLE color: 9515561.

HSL color Cylindrical-coordinate representation of color #293291: hue angle of 234.81º 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 #293291 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4150145-
CMYK0.720.6600.43
HSL234.81º55.91%36.47%-
HSV(B)234.81º71.72%56.86%-
XYZ7.174.827.34-
YUV58.14177.02115.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 145 (57.03% from 255) = 61.44%
R=17.37%
G=21.19%
B=61.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41501450.720.6600.43234.8155.9136.47
Hex293291484202Beb3824
Octal51622211101020533537044
Binary1010011100101001000110010001000010010101111101011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293291; }

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

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

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

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

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

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

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

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