#40417A

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

Shades of Jacksons Purple #40417A

Tints of Jacksons Purple #40417A

Color information

#40417A (or 0x40417A) is unknown color: approx Jacksons Purple. HEX triplet: 40, 41 and 7A. RGB value is (64,65,122). Sum of RGB (Red+Green+Blue) = 64+65+122=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #40417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40417A is #BFBE85. Grayscale: #464646. Windows color (decimal): -12566150 or 8012096. OLE color: 8012096.

HSL color Cylindrical-coordinate representation of color #40417A: hue angle of 238.97º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40417A is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6465122-
CMYK0.480.4700.52
HSL238.97º31.18%36.47%-
HSV(B)238.97º47.54%47.84%-
XYZ7.526.2819.23-
YUV71.2156.67122.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=25.50%
G=25.90%
B=48.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64651220.480.4700.52238.9731.1836.47
Hex40417A302F034ef1f24
Octal10010117260570643573744
Binary10000001000001111101011000010111101101001110111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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