#293192

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

Shades of Jacksons Purple #293192

Tints of Jacksons Purple #293192

Color information

#293192 (or 0x293192) is unknown color: approx Jacksons Purple. HEX triplet: 29, 31 and 92. RGB value is (41,49,146). Sum of RGB (Red+Green+Blue) = 41+49+146=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #293192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293192 is #D6CE6D. Grayscale: #393939. Windows color (decimal): -14077550 or 9580841. OLE color: 9580841.

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

Color convert

RGB4149146-
CMYK0.720.6600.43
HSL235.43º56.15%36.67%-
HSV(B)235.43º71.92%57.25%-
XYZ7.24.7427.73-
YUV57.67177.85116.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=17.37%
G=20.76%
B=61.86%

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
Decimal41491460.720.6600.43235.4356.1536.67
Hex293192484202Beb3825
Octal51612221101020533537045
Binary1010011100011001001010010001000010010101111101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293192; }

 p { color: rgb(41,49,146); }

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

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

 a { background-color: rgb(41,49,146); }

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

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

 span { border-color: rgb(41,49,146); }

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