#29288D

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

Shades of Jacksons Purple #29288D

Tints of Jacksons Purple #29288D

Color information

#29288D (or 0x29288D) is unknown color: approx Jacksons Purple. HEX triplet: 29, 28 and 8D. RGB value is (41,40,141). Sum of RGB (Red+Green+Blue) = 41+40+141=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #29288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29288D is #D6D772. Grayscale: #333333. Windows color (decimal): -14079859 or 9250857. OLE color: 9250857.

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

Color convert

RGB4140141-
CMYK0.710.7200.45
HSL240.59º55.8%35.49%-
HSV(B)240.59º71.63%55.29%-
XYZ6.483.9125.61-
YUV51.81178.33120.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 141 (55.47% from 255) = 63.51%
R=18.47%
G=18.02%
B=63.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41401410.710.7200.45240.5955.835.49
Hex29288D474802Df13823
Octal51502151071100553617043
Binary1010011010001000110110001111001000010110111110001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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