#40417C

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

Shades of Jacksons Purple #40417C

Tints of Jacksons Purple #40417C

Color information

#40417C (or 0x40417C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 41 and 7C. RGB value is (64,65,124). Sum of RGB (Red+Green+Blue) = 64+65+124=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #40417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40417C is #BFBE83. Grayscale: #474747. Windows color (decimal): -12566148 or 8143168. OLE color: 8143168.

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

Color convert

RGB6465124-
CMYK0.480.4800.51
HSL239º31.91%36.86%-
HSV(B)239º48.39%48.63%-
XYZ7.646.3319.89-
YUV71.43157.67122.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=25.30%
G=25.69%
B=49.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64651240.480.4800.5123931.9136.86
Hex40417C3030033ef2025
Octal10010117460600633574045
Binary100000010000011111100110000110000011001111101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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