#40457B

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

Shades of Jacksons Purple #40457B

Tints of Jacksons Purple #40457B

Color information

#40457B (or 0x40457B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 45 and 7B. RGB value is (64,69,123). Sum of RGB (Red+Green+Blue) = 64+69+123=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #40457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40457B is #BFBA84. Grayscale: #494949. Windows color (decimal): -12565125 or 8078656. OLE color: 8078656.

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

Color convert

RGB6469123-
CMYK0.480.4400.52
HSL234.92º31.55%36.67%-
HSV(B)234.92º47.97%48.24%-
XYZ7.826.7819.63-
YUV73.66155.84121.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=25%
G=26.95%
B=48.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64691230.480.4400.52234.9231.5536.67
Hex40457B302C034eb2025
Octal10010517360540643534045
Binary100000010001011111011110000101100011010011101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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