#40428B

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

Shades of Jacksons Purple #40428B

Tints of Jacksons Purple #40428B

Color information

#40428B (or 0x40428B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 42 and 8B. RGB value is (64,66,139). Sum of RGB (Red+Green+Blue) = 64+66+139=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #40428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40428B is #BFBD74. Grayscale: #494949. Windows color (decimal): -12565877 or 9126464. OLE color: 9126464.

HSL color Cylindrical-coordinate representation of color #40428B: hue angle of 238.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40428B is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6466139-
CMYK0.540.5300.45
HSL238.4º36.95%39.8%-
HSV(B)238.4º53.96%54.51%-
XYZ8.726.8525.29-
YUV73.72164.84121.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=23.79%
G=24.54%
B=51.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64661390.540.5300.45238.436.9539.8
Hex40428B363502Dee2528
Octal10010221366650553564550
Binary1000000100001010001011110110110101010110111101110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,66,139); }

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

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

 a { background-color: rgb(64,66,139); }

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

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

 span { border-color: rgb(64,66,139); }

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