Html Css Color HEX #40478B Jacksons Purple

📋 copy color: '#40478B'

red 64 ◦ green 71 ◦ blue 139

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

Shades of Jacksons Purple #40478B

Tints of Jacksons Purple #40478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 23.36%
G = 25.91%
B = 50.73%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40478B (or 0x40478B) is known color: Jacksons Purple. HEX triplet: 40, 47 and 8B. RGB value is (64,71,139). Sum of RGB (Red+Green+Blue) = 64+71+139=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #40478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40478B is #BFB874. Grayscale: #4C4C4C. Windows color (decimal): -12564597 or 9127744. OLE color: 9127744.

HSL color Cylindrical-coordinate representation of color #40478B: hue angle of 234.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40478B is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 71 139 -
CMYK 0.54 0.49 0 0.45
HSL 234.4º 0.37% 0.4% -
HSV(B) 234.4º 0.54% 0.55% -
XYZ 9.03 7.46 25.39 -
YUV 76.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 64 71 139 0.54 0.49 0 0.45 234.4 0.37 0.4
Hex 40 47 8B 36 31 0 2D EA 25 28
Octal 100 107 213 66 61 0 55 352 45 50
Binary 1000000 1000111 10001011 110110 110001 0 101101 11101010 100101 101000

Color Harmonies of #40478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40478B

Black with #40478B

Text Example


Text Example

White with #40478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40478B; }

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

 H1.HeaderClassName
 {
   color: #40478B;
 }
 .AnyTagClassName
 {
   color: #40478B;
 }
</style>

background-color css

<style>
 a { background-color: #40478B; }

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

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

border-color css

<style>
 span { border-color: #40478B; }

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

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