#40488A

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

Shades of Jacksons Purple #40488A

Tints of Jacksons Purple #40488A

Color information

#40488A (or 0x40488A) is unknown color: approx Jacksons Purple. HEX triplet: 40, 48 and 8A. RGB value is (64,72,138). Sum of RGB (Red+Green+Blue) = 64+72+138=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #40488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40488A is #BFB775. Grayscale: #4C4C4C. Windows color (decimal): -12564342 or 9062464. OLE color: 9062464.

HSL color Cylindrical-coordinate representation of color #40488A: hue angle of 233.51º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40488A is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6472138-
CMYK0.540.4800.46
HSL233.51º36.63%39.61%-
HSV(B)233.51º53.62%54.12%-
XYZ9.027.5625.03-
YUV77.13162.35118.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 138 (54.30% from 255) = 50.36%
R=23.36%
G=26.28%
B=50.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64721380.540.4800.46233.5136.6339.61
Hex40488A363002Eea2528
Octal10011021266600563524550
Binary1000000100100010001010110110110000010111011101010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,72,138); }

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

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

 a { background-color: rgb(64,72,138); }

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

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

 span { border-color: rgb(64,72,138); }

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