#292A90

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

Shades of Jacksons Purple #292A90

Tints of Jacksons Purple #292A90

Color information

#292A90 (or 0x292A90) is unknown color: approx Jacksons Purple. HEX triplet: 29, 2A and 90. RGB value is (41,42,144). Sum of RGB (Red+Green+Blue) = 41+42+144=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #292A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292A90 is #D6D56F. Grayscale: #343434. Windows color (decimal): -14079344 or 9447977. OLE color: 9447977.

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

Color convert

RGB4142144-
CMYK0.720.7100.44
HSL239.42º55.68%36.27%-
HSV(B)239.42º71.53%56.47%-
XYZ6.784.1426.83-
YUV53.33179.17119.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 144 (56.64% from 255) = 63.44%
R=18.06%
G=18.50%
B=63.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41421440.720.7100.44239.4255.6836.27
Hex292A90484702Cef3824
Octal51522201101070543577044
Binary1010011010101001000010010001000111010110011101111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292A90; }

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

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

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

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

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

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

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

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