#40477C

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

Shades of Jacksons Purple #40477C

Tints of Jacksons Purple #40477C

Color information

#40477C (or 0x40477C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 47 and 7C. RGB value is (64,71,124). Sum of RGB (Red+Green+Blue) = 64+71+124=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #40477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40477C is #BFB883. Grayscale: #4A4A4A. Windows color (decimal): -12564612 or 8144704. OLE color: 8144704.

HSL color Cylindrical-coordinate representation of color #40477C: hue angle of 233º 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 #40477C is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6471124-
CMYK0.480.4300.51
HSL233º31.91%36.86%-
HSV(B)233º48.39%48.63%-
XYZ8.017.0520.01-
YUV74.95155.68120.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=24.71%
G=27.41%
B=47.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64711240.480.4300.5123331.9136.86
Hex40477C302B033e92025
Octal10010717460530633514045
Binary100000010001111111100110000101011011001111101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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