#40428D

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

Shades of Jacksons Purple #40428D

Tints of Jacksons Purple #40428D

Color information

#40428D (or 0x40428D) is unknown color: approx Jacksons Purple. HEX triplet: 40, 42 and 8D. RGB value is (64,66,141). Sum of RGB (Red+Green+Blue) = 64+66+141=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #40428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40428D is #BFBD72. Grayscale: #494949. Windows color (decimal): -12565875 or 9257536. OLE color: 9257536.

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

Color convert

RGB6466141-
CMYK0.550.5300.45
HSL238.44º37.56%40.2%-
HSV(B)238.44º54.61%55.29%-
XYZ8.876.9126.07-
YUV73.95165.84120.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=23.62%
G=24.35%
B=52.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64661410.550.5300.45238.4437.5640.2
Hex40428D373502Dee2628
Octal10010221567650553564650
Binary1000000100001010001101110111110101010110111101110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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