#292B8D

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

Shades of Jacksons Purple #292B8D

Tints of Jacksons Purple #292B8D

Color information

#292B8D (or 0x292B8D) is unknown color: approx Jacksons Purple. HEX triplet: 29, 2B and 8D. RGB value is (41,43,141). Sum of RGB (Red+Green+Blue) = 41+43+141=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #292B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292B8D is #D6D472. Grayscale: #353535. Windows color (decimal): -14079091 or 9251625. OLE color: 9251625.

HSL color Cylindrical-coordinate representation of color #292B8D: hue angle of 238.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #292B8D is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4143141-
CMYK0.710.7000.45
HSL238.8º54.95%35.69%-
HSV(B)238.8º70.92%55.29%-
XYZ6.594.1225.65-
YUV53.57177.34119.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 141 (55.47% from 255) = 62.67%
R=18.22%
G=19.11%
B=62.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41431410.710.7000.45238.854.9535.69
Hex292B8D474602Def3724
Octal51532151071060553576744
Binary1010011010111000110110001111000110010110111101111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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