#40477B

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

Shades of Jacksons Purple #40477B

Tints of Jacksons Purple #40477B

Color information

#40477B (or 0x40477B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 47 and 7B. RGB value is (64,71,123). Sum of RGB (Red+Green+Blue) = 64+71+123=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #40477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40477B is #BFB884. Grayscale: #4A4A4A. Windows color (decimal): -12564613 or 8079168. OLE color: 8079168.

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

Color convert

RGB6471123-
CMYK0.480.4200.52
HSL232.88º31.55%36.67%-
HSV(B)232.88º47.97%48.24%-
XYZ7.947.0319.68-
YUV74.84155.18120.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=24.81%
G=27.52%
B=47.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64711230.480.4200.52232.8831.5536.67
Hex40477B302A034e92025
Octal10010717360520643514045
Binary100000010001111111011110000101010011010011101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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