#40457A

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

Shades of Jacksons Purple #40457A

Tints of Jacksons Purple #40457A

Color information

#40457A (or 0x40457A) is unknown color: approx Jacksons Purple. HEX triplet: 40, 45 and 7A. RGB value is (64,69,122). Sum of RGB (Red+Green+Blue) = 64+69+122=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #40457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40457A is #BFBA85. Grayscale: #494949. Windows color (decimal): -12565126 or 8013120. OLE color: 8013120.

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

Color convert

RGB6469122-
CMYK0.480.4300.52
HSL234.83º31.18%36.47%-
HSV(B)234.83º47.54%47.84%-
XYZ7.766.7519.31-
YUV73.55155.34121.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=25.10%
G=27.06%
B=47.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64691220.480.4300.52234.8331.1836.47
Hex40457A302B034eb1f24
Octal10010517260530643533744
Binary10000001000101111101011000010101101101001110101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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