#40477A

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

Shades of Jacksons Purple #40477A

Tints of Jacksons Purple #40477A

Color information

#40477A (or 0x40477A) is unknown color: approx Jacksons Purple. HEX triplet: 40, 47 and 7A. RGB value is (64,71,122). Sum of RGB (Red+Green+Blue) = 64+71+122=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #40477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40477A is #BFB885. Grayscale: #4A4A4A. Windows color (decimal): -12564614 or 8013632. OLE color: 8013632.

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

Color convert

RGB6471122-
CMYK0.480.4200.52
HSL232.76º31.18%36.47%-
HSV(B)232.76º47.54%47.84%-
XYZ7.88719.35-
YUV74.72154.68120.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=24.90%
G=27.63%
B=47.47%

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
Decimal64711220.480.4200.52232.7631.1836.47
Hex40477A302A034e91f24
Octal10010717260520643513744
Binary10000001000111111101011000010101001101001110100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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