#293690

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

Shades of Jacksons Purple #293690

Tints of Jacksons Purple #293690

Color information

#293690 (or 0x293690) is unknown color: approx Jacksons Purple. HEX triplet: 29, 36 and 90. RGB value is (41,54,144). Sum of RGB (Red+Green+Blue) = 41+54+144=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #293690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293690 is #D6C96F. Grayscale: #3C3C3C. Windows color (decimal): -14076272 or 9451049. OLE color: 9451049.

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

Color convert

RGB4154144-
CMYK0.720.6300.44
HSL232.43º55.68%36.27%-
HSV(B)232.43º71.53%56.47%-
XYZ7.275.1226.99-
YUV60.37175.19114.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 144 (56.64% from 255) = 60.25%
R=17.15%
G=22.59%
B=60.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41541440.720.6300.44232.4355.6836.27
Hex293690483F02Ce83824
Octal5166220110770543507044
Binary101001110110100100001001000111111010110011101000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293690; }

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

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

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

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

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

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

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

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