#40467B

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

Shades of Jacksons Purple #40467B

Tints of Jacksons Purple #40467B

Color information

#40467B (or 0x40467B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 46 and 7B. RGB value is (64,70,123). Sum of RGB (Red+Green+Blue) = 64+70+123=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #40467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40467B is #BFB984. Grayscale: #4A4A4A. Windows color (decimal): -12564869 or 8078912. OLE color: 8078912.

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

Color convert

RGB6470123-
CMYK0.480.4300.52
HSL233.9º31.55%36.67%-
HSV(B)233.9º47.97%48.24%-
XYZ7.886.919.66-
YUV74.25155.51120.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=24.90%
G=27.24%
B=47.86%

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
Decimal64701230.480.4300.52233.931.5536.67
Hex40467B302B034ea2025
Octal10010617360530643524045
Binary100000010001101111011110000101011011010011101010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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