#40478B

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

Shades of Jacksons Purple #40478B

Tints of Jacksons Purple #40478B

Color information

#40478B (or 0x40478B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 47 and 8B. RGB value is (64,71,139). Sum of RGB (Red+Green+Blue) = 64+71+139=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #40478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40478B is #BFB874. Grayscale: #4C4C4C. Windows color (decimal): -12564597 or 9127744. OLE color: 9127744.

HSL color Cylindrical-coordinate representation of color #40478B: hue angle of 234.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40478B is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6471139-
CMYK0.540.4900.45
HSL234.4º36.95%39.8%-
HSV(B)234.4º53.96%54.51%-
XYZ9.037.4625.39-
YUV76.66163.18118.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=23.36%
G=25.91%
B=50.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64711390.540.4900.45234.436.9539.8
Hex40478B363102Dea2528
Octal10010721366610553524550
Binary1000000100011110001011110110110001010110111101010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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