Html Css Color HEX #40477D Jacksons Purple

📋 copy color: '#40477D'

red 64 ◦ green 71 ◦ blue 125

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

Shades of Jacksons Purple #40477D

Tints of Jacksons Purple #40477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 24.62%
G = 27.31%
B = 48.08%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40477D (or 0x40477D) is known color: Jacksons Purple. HEX triplet: 40, 47 and 7D. RGB value is (64,71,125). Sum of RGB (Red+Green+Blue) = 64+71+125=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #40477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40477D is #BFB882. Grayscale: #4A4A4A. Windows color (decimal): -12564611 or 8210240. OLE color: 8210240.

HSL color Cylindrical-coordinate representation of color #40477D: hue angle of 233.11º degrees, saturation: 0.32, 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 #40477D is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 71 125 -
CMYK 0.49 0.43 0 0.51
HSL 233.11º 0.32% 0.37% -
HSV(B) 233.11º 0.49% 0.49% -
XYZ 8.07 7.08 20.34 -
YUV 75.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 64 71 125 0.49 0.43 0 0.51 233.11 0.32 0.37
Hex 40 47 7D 31 2B 0 33 E9 20 25
Octal 100 107 175 61 53 0 63 351 40 45
Binary 1000000 1000111 1111101 110001 101011 0 110011 11101001 100000 100101

Color Harmonies of #40477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40477D

Black with #40477D

Text Example


Text Example

White with #40477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40477D; }

 p { color: rgb(64,71,125); }

 H1.HeaderClassName
 {
   color: #40477D;
 }
 .AnyTagClassName
 {
   color: #40477D;
 }
</style>

background-color css

<style>
 a { background-color: #40477D; }

 a { background-color: rgb(64,71,125); }

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

border-color css

<style>
 span { border-color: #40477D; }

 span { border-color: rgb(64,71,125); }

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