#292B93

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

Shades of Jacksons Purple #292B93

Tints of Jacksons Purple #292B93

Color information

#292B93 (or 0x292B93) is unknown color: approx Jacksons Purple. HEX triplet: 29, 2B and 93. RGB value is (41,43,147). Sum of RGB (Red+Green+Blue) = 41+43+147=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #292B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292B93 is #D6D46C. Grayscale: #353535. Windows color (decimal): -14079085 or 9644841. OLE color: 9644841.

HSL color Cylindrical-coordinate representation of color #292B93: hue angle of 238.87º degrees, saturation: 0.56, 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 #292B93 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4143147-
CMYK0.720.7100.42
HSL238.87º56.38%36.86%-
HSV(B)238.87º72.11%57.65%-
XYZ7.044.3128.06-
YUV54.26180.34118.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 147 (57.81% from 255) = 63.64%
R=17.75%
G=18.61%
B=63.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41431470.720.7100.42238.8756.3836.86
Hex292B93484702Aef3825
Octal51532231101070523577045
Binary1010011010111001001110010001000111010101011101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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