#40447C

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

Shades of Jacksons Purple #40447C

Tints of Jacksons Purple #40447C

Color information

#40447C (or 0x40447C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 44 and 7C. RGB value is (64,68,124). Sum of RGB (Red+Green+Blue) = 64+68+124=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #40447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40447C is #BFBB83. Grayscale: #484848. Windows color (decimal): -12565380 or 8143936. OLE color: 8143936.

HSL color Cylindrical-coordinate representation of color #40447C: hue angle of 236º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40447C is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6468124-
CMYK0.480.4500.51
HSL236º31.91%36.86%-
HSV(B)236º48.39%48.63%-
XYZ7.826.6819.95-
YUV73.19156.67121.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=25%
G=26.56%
B=48.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64681240.480.4500.5123631.9136.86
Hex40447C302D033ec2025
Octal10010417460550633544045
Binary100000010001001111100110000101101011001111101100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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