#292E92

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

Shades of Jacksons Purple #292E92

Tints of Jacksons Purple #292E92

Color information

#292E92 (or 0x292E92) is unknown color: approx Jacksons Purple. HEX triplet: 29, 2E and 92. RGB value is (41,46,146). Sum of RGB (Red+Green+Blue) = 41+46+146=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #292E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292E92 is #D6D16D. Grayscale: #373737. Windows color (decimal): -14078318 or 9580073. OLE color: 9580073.

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

Color convert

RGB4146146-
CMYK0.720.6800.43
HSL237.14º56.15%36.67%-
HSV(B)237.14º71.92%57.25%-
XYZ7.084.527.69-
YUV55.9178.84117.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=17.60%
G=19.74%
B=62.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41461460.720.6800.43237.1456.1536.67
Hex292E92484402Bed3825
Octal51562221101040533557045
Binary1010011011101001001010010001000100010101111101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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