#292B90

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

Shades of Jacksons Purple #292B90

Tints of Jacksons Purple #292B90

Color information

#292B90 (or 0x292B90) is unknown color: approx Jacksons Purple. HEX triplet: 29, 2B and 90. RGB value is (41,43,144). Sum of RGB (Red+Green+Blue) = 41+43+144=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #292B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292B90 is #D6D46F. Grayscale: #353535. Windows color (decimal): -14079088 or 9448233. OLE color: 9448233.

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

Color convert

RGB4143144-
CMYK0.720.7000.44
HSL238.83º55.68%36.27%-
HSV(B)238.83º71.53%56.47%-
XYZ6.814.2126.84-
YUV53.92178.84118.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=17.98%
G=18.86%
B=63.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41431440.720.7000.44238.8355.6836.27
Hex292B90484602Cef3824
Octal51532201101060543577044
Binary1010011010111001000010010001000110010110011101111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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