#40427C

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

Shades of Jacksons Purple #40427C

Tints of Jacksons Purple #40427C

Color information

#40427C (or 0x40427C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 42 and 7C. RGB value is (64,66,124). Sum of RGB (Red+Green+Blue) = 64+66+124=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #40427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40427C is #BFBD83. Grayscale: #474747. Windows color (decimal): -12565892 or 8143424. OLE color: 8143424.

HSL color Cylindrical-coordinate representation of color #40427C: hue angle of 238º 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 #40427C is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6466124-
CMYK0.480.4700.51
HSL238º31.91%36.86%-
HSV(B)238º48.39%48.63%-
XYZ7.76.4419.91-
YUV72.01157.34122.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=25.20%
G=25.98%
B=48.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64661240.480.4700.5123831.9136.86
Hex40427C302F033ee2025
Octal10010217460570633564045
Binary100000010000101111100110000101111011001111101110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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