#292D92

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

Shades of Jacksons Purple #292D92

Tints of Jacksons Purple #292D92

Color information

#292D92 (or 0x292D92) is unknown color: approx Jacksons Purple. HEX triplet: 29, 2D and 92. RGB value is (41,45,146). Sum of RGB (Red+Green+Blue) = 41+45+146=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #292D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D92 is #D6D26D. Grayscale: #363636. Windows color (decimal): -14078574 or 9579817. OLE color: 9579817.

HSL color Cylindrical-coordinate representation of color #292D92: hue angle of 237.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292D92 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4145146-
CMYK0.720.6900.43
HSL237.71º56.15%36.67%-
HSV(B)237.71º71.92%57.25%-
XYZ7.044.4227.68-
YUV55.32179.17117.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 146 (57.42% from 255) = 62.93%
R=17.67%
G=19.40%
B=62.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41451460.720.6900.43237.7156.1536.67
Hex292D92484502Bee3825
Octal51552221101050533567045
Binary1010011011011001001010010001000101010101111101110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,45,146); }

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

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

 a { background-color: rgb(41,45,146); }

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

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

 span { border-color: rgb(41,45,146); }

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