#29288A

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

Shades of Jacksons Purple #29288A

Tints of Jacksons Purple #29288A

Color information

#29288A (or 0x29288A) is unknown color: approx Jacksons Purple. HEX triplet: 29, 28 and 8A. RGB value is (41,40,138). Sum of RGB (Red+Green+Blue) = 41+40+138=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #29288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29288A is #D6D775. Grayscale: #333333. Windows color (decimal): -14079862 or 9054249. OLE color: 9054249.

HSL color Cylindrical-coordinate representation of color #29288A: hue angle of 240.61º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29288A is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4140138-
CMYK0.700.7100.46
HSL240.61º55.06%34.9%-
HSV(B)240.61º71.01%54.12%-
XYZ6.263.8224.45-
YUV51.47176.83120.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 138 (54.30% from 255) = 63.01%
R=18.72%
G=18.26%
B=63.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41401380.700.7100.46240.6155.0634.9
Hex29288A464702Ef13723
Octal51502121061070563616743
Binary1010011010001000101010001101000111010111011110001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29288A; }

 p { color: rgb(41,40,138); }

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

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

 a { background-color: rgb(41,40,138); }

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

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

 span { border-color: rgb(41,40,138); }

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