Html Css Color HEX #40497A Jacksons Purple

📋 copy color: '#40497A'

red 64 ◦ green 73 ◦ blue 122

#40497A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #40497A

Tints of Jacksons Purple #40497A

RGB

 RED value IS 64 (25.39% from 255) = 24.71%

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 24.71%
G = 28.19%
B = 47.1%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40497A (or 0x40497A) is known color: Jacksons Purple. HEX triplet: 40, 49 and 7A. RGB value is (64,73,122). Sum of RGB (Red+Green+Blue) = 64+73+122=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #40497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40497A is #BFB685. Grayscale: #4B4B4B. Windows color (decimal): -12564102 or 8014144. OLE color: 8014144.

HSL color Cylindrical-coordinate representation of color #40497A: hue angle of 230.69º 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 #40497A is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 73 122 -
CMYK 0.48 0.40 0 0.52
HSL 230.69º 0.31% 0.36% -
HSV(B) 230.69º 0.48% 0.48% -
XYZ 8.01 7.26 19.39 -
YUV 75.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 64 73 122 0.48 0.40 0 0.52 230.69 0.31 0.36
Hex 40 49 7A 30 28 0 34 E7 1F 24
Octal 100 111 172 60 50 0 64 347 37 44
Binary 1000000 1001001 1111010 110000 101000 0 110100 11100111 11111 100100

Color Harmonies of #40497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40497A

Black with #40497A

Text Example


Text Example

White with #40497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40497A;
 }
 .AnyTagClassName
 {
   color: #40497A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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