#40417E

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

Shades of Jacksons Purple #40417E

Tints of Jacksons Purple #40417E

Color information

#40417E (or 0x40417E) is unknown color: approx Jacksons Purple. HEX triplet: 40, 41 and 7E. RGB value is (64,65,126). Sum of RGB (Red+Green+Blue) = 64+65+126=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #40417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40417E is #BFBE81. Grayscale: #474747. Windows color (decimal): -12566146 or 8274240. OLE color: 8274240.

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

Color convert

RGB6465126-
CMYK0.490.4800.51
HSL239.03º32.63%37.25%-
HSV(B)239.03º49.21%49.41%-
XYZ7.776.3820.56-
YUV71.66158.67122.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 126 (49.61% from 255) = 49.41%
R=25.10%
G=25.49%
B=49.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64651260.490.4800.51239.0332.6337.25
Hex40417E3130033ef2125
Octal10010117661600633574145
Binary100000010000011111110110001110000011001111101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40417E; }

 p { color: rgb(64,65,126); }

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

<style>
 a { background-color: #40417E; }

 a { background-color: rgb(64,65,126); }

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

<style>
 span { border-color: #40417E; }

 span { border-color: rgb(64,65,126); }

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