#40497B

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

Shades of Jacksons Purple #40497B

Tints of Jacksons Purple #40497B

Color information

#40497B (or 0x40497B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 49 and 7B. RGB value is (64,73,123). Sum of RGB (Red+Green+Blue) = 64+73+123=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #40497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40497B is #BFB684. Grayscale: #4B4B4B. Windows color (decimal): -12564101 or 8079680. OLE color: 8079680.

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

Color convert

RGB6473123-
CMYK0.480.4100.52
HSL230.85º31.55%36.67%-
HSV(B)230.85º47.97%48.24%-
XYZ8.077.2919.72-
YUV76.01154.52119.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=24.62%
G=28.08%
B=47.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64731230.480.4100.52230.8531.5536.67
Hex40497B3029034e72025
Octal10011117360510643474045
Binary100000010010011111011110000101001011010011100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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