#40447B

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

Shades of Jacksons Purple #40447B

Tints of Jacksons Purple #40447B

Color information

#40447B (or 0x40447B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 44 and 7B. RGB value is (64,68,123). Sum of RGB (Red+Green+Blue) = 64+68+123=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #40447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40447B is #BFBB84. Grayscale: #484848. Windows color (decimal): -12565381 or 8078400. OLE color: 8078400.

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

Color convert

RGB6468123-
CMYK0.480.4500.52
HSL235.93º31.55%36.67%-
HSV(B)235.93º47.97%48.24%-
XYZ7.766.6519.61-
YUV73.07156.17121.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=25.10%
G=26.67%
B=48.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64681230.480.4500.52235.9331.5536.67
Hex40447B302D034ec2025
Octal10010417360550643544045
Binary100000010001001111011110000101101011010011101100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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