#293490

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

Shades of Jacksons Purple #293490

Tints of Jacksons Purple #293490

Color information

#293490 (or 0x293490) is unknown color: approx Jacksons Purple. HEX triplet: 29, 34 and 90. RGB value is (41,52,144). Sum of RGB (Red+Green+Blue) = 41+52+144=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #293490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293490 is #D6CB6F. Grayscale: #3A3A3A. Windows color (decimal): -14076784 or 9450537. OLE color: 9450537.

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

Color convert

RGB4152144-
CMYK0.720.6400.44
HSL233.59º55.68%36.27%-
HSV(B)233.59º71.53%56.47%-
XYZ7.184.9426.96-
YUV59.2175.86115.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=17.30%
G=21.94%
B=60.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41521440.720.6400.44233.5955.6836.27
Hex293490484002Cea3824
Octal51642201101000543527044
Binary1010011101001001000010010001000000010110011101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293490; }

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

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

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

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

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

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

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

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