#293193

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

Shades of Jacksons Purple #293193

Tints of Jacksons Purple #293193

Color information

#293193 (or 0x293193) is unknown color: approx Jacksons Purple. HEX triplet: 29, 31 and 93. RGB value is (41,49,147). Sum of RGB (Red+Green+Blue) = 41+49+147=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #293193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293193 is #D6CE6C. Grayscale: #393939. Windows color (decimal): -14077549 or 9646377. OLE color: 9646377.

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

Color convert

RGB4149147-
CMYK0.720.6700.42
HSL235.47º56.38%36.86%-
HSV(B)235.47º72.11%57.65%-
XYZ7.284.7728.14-
YUV57.78178.35116.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 147 (57.81% from 255) = 62.03%
R=17.30%
G=20.68%
B=62.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41491470.720.6700.42235.4756.3836.86
Hex293193484302Aeb3825
Octal51612231101030523537045
Binary1010011100011001001110010001000011010101011101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293193; }

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

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

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

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

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

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

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

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