#40428C

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

Shades of Jacksons Purple #40428C

Tints of Jacksons Purple #40428C

Color information

#40428C (or 0x40428C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 42 and 8C. RGB value is (64,66,140). Sum of RGB (Red+Green+Blue) = 64+66+140=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #40428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40428C is #BFBD73. Grayscale: #494949. Windows color (decimal): -12565876 or 9192000. OLE color: 9192000.

HSL color Cylindrical-coordinate representation of color #40428C: hue angle of 238.42º 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 #40428C is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6466140-
CMYK0.540.5300.45
HSL238.42º37.25%40%-
HSV(B)238.42º54.29%54.9%-
XYZ8.86.8825.68-
YUV73.84165.34120.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 140 (55.08% from 255) = 51.85%
R=23.70%
G=24.44%
B=51.85%

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
Decimal64661400.540.5300.45238.4237.2540
Hex40428C363502Dee2528
Octal10010221466650553564550
Binary1000000100001010001100110110110101010110111101110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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