#292F94

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

Shades of Jacksons Purple #292F94

Tints of Jacksons Purple #292F94

Color information

#292F94 (or 0x292F94) is unknown color: approx Jacksons Purple. HEX triplet: 29, 2F and 94. RGB value is (41,47,148). Sum of RGB (Red+Green+Blue) = 41+47+148=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #292F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292F94 is #D6D06B. Grayscale: #383838. Windows color (decimal): -14078060 or 9711401. OLE color: 9711401.

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

Color convert

RGB4147148-
CMYK0.720.6800.42
HSL236.64º56.61%37.06%-
HSV(B)236.64º72.3%58.04%-
XYZ7.284.6428.53-
YUV56.72179.51116.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=17.37%
G=19.92%
B=62.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41471480.720.6800.42236.6456.6137.06
Hex292F94484402Aed3925
Octal51572241101040523557145
Binary1010011011111001010010010001000100010101011101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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