#40497A

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

Shades of Jacksons Purple #40497A

Tints of Jacksons Purple #40497A

Color information

#40497A (or 0x40497A) is unknown color: approx Jacksons Purple. HEX triplet: 40, 49 and 7A. RGB value is (64,73,122). Sum of RGB (Red+Green+Blue) = 64+73+122=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #40497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40497A is #BFB685. Grayscale: #4B4B4B. Windows color (decimal): -12564102 or 8014144. OLE color: 8014144.

HSL color Cylindrical-coordinate representation of color #40497A: hue angle of 230.69º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40497A is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6473122-
CMYK0.480.4000.52
HSL230.69º31.18%36.47%-
HSV(B)230.69º47.54%47.84%-
XYZ8.017.2619.39-
YUV75.9154.02119.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=24.71%
G=28.19%
B=47.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64731220.480.4000.52230.6931.1836.47
Hex40497A3028034e71f24
Octal10011117260500643473744
Binary10000001001001111101011000010100001101001110011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40497A; }

 p { color: rgb(64,73,122); }

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

<style>
 a { background-color: #40497A; }

 a { background-color: rgb(64,73,122); }

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

<style>
 span { border-color: #40497A; }

 span { border-color: rgb(64,73,122); }

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