#40467C

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

Shades of Jacksons Purple #40467C

Tints of Jacksons Purple #40467C

Color information

#40467C (or 0x40467C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 46 and 7C. RGB value is (64,70,124). Sum of RGB (Red+Green+Blue) = 64+70+124=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #40467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40467C is #BFB983. Grayscale: #4A4A4A. Windows color (decimal): -12564868 or 8144448. OLE color: 8144448.

HSL color Cylindrical-coordinate representation of color #40467C: hue angle of 234º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40467C is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6470124-
CMYK0.480.4400.51
HSL234º31.91%36.86%-
HSV(B)234º48.39%48.63%-
XYZ7.946.9319.99-
YUV74.36156.01120.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=24.81%
G=27.13%
B=48.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64701240.480.4400.5123431.9136.86
Hex40467C302C033ea2025
Octal10010617460540633524045
Binary100000010001101111100110000101100011001111101010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40467C; }

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

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

<style>
 a { background-color: #40467C; }

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

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

<style>
 span { border-color: #40467C; }

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

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