#292F92

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

Shades of Jacksons Purple #292F92

Tints of Jacksons Purple #292F92

Color information

#292F92 (or 0x292F92) is unknown color: approx Jacksons Purple. HEX triplet: 29, 2F and 92. RGB value is (41,47,146). Sum of RGB (Red+Green+Blue) = 41+47+146=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #292F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292F92 is #D6D06D. Grayscale: #383838. Windows color (decimal): -14078062 or 9580329. OLE color: 9580329.

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

Color convert

RGB4147146-
CMYK0.720.6800.43
HSL236.57º56.15%36.67%-
HSV(B)236.57º71.92%57.25%-
XYZ7.124.5827.7-
YUV56.49178.51116.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=17.52%
G=20.09%
B=62.39%

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
Decimal41471460.720.6800.43236.5756.1536.67
Hex292F92484402Bed3825
Octal51572221101040533557045
Binary1010011011111001001010010001000100010101111101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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