#40468E

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

Shades of Jacksons Purple #40468E

Tints of Jacksons Purple #40468E

Color information

#40468E (or 0x40468E) is unknown color: approx Jacksons Purple. HEX triplet: 40, 46 and 8E. RGB value is (64,70,142). Sum of RGB (Red+Green+Blue) = 64+70+142=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #40468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40468E is #BFB971. Grayscale: #4C4C4C. Windows color (decimal): -12564850 or 9324096. OLE color: 9324096.

HSL color Cylindrical-coordinate representation of color #40468E: hue angle of 235.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40468E is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6470142-
CMYK0.550.5100.44
HSL235.38º37.86%40.39%-
HSV(B)235.38º54.93%55.69%-
XYZ9.197.4226.54-
YUV76.41165.01119.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=23.19%
G=25.36%
B=51.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64701420.550.5100.44235.3837.8640.39
Hex40468E373302Ceb2628
Octal10010621667630543534650
Binary1000000100011010001110110111110011010110011101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40468E; }

 p { color: rgb(64,70,142); }

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

<style>
 a { background-color: #40468E; }

 a { background-color: rgb(64,70,142); }

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

<style>
 span { border-color: #40468E; }

 span { border-color: rgb(64,70,142); }

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