#40377A

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

Shades of Jacksons Purple #40377A

Tints of Jacksons Purple #40377A

Color information

#40377A (or 0x40377A) is unknown color: approx Jacksons Purple. HEX triplet: 40, 37 and 7A. RGB value is (64,55,122). Sum of RGB (Red+Green+Blue) = 64+55+122=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #40377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40377A is #BFC885. Grayscale: #414141. Windows color (decimal): -12568710 or 8009536. OLE color: 8009536.

HSL color Cylindrical-coordinate representation of color #40377A: hue angle of 248.06º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40377A is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6455122-
CMYK0.480.5500.52
HSL248.06º37.85%34.71%-
HSV(B)248.06º54.92%47.84%-
XYZ6.995.2319.05-
YUV65.33159.98127.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=26.56%
G=22.82%
B=50.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64551220.480.5500.52248.0637.8534.71
Hex40377A3037034f82623
Octal1006717260670643704643
Binary10000001101111111010110000110111011010011111000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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