Html Css Color HEX #40477A Jacksons Purple

📋 copy color: '#40477A'

red 64 ◦ green 71 ◦ blue 122

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

Shades of Jacksons Purple #40477A

Tints of Jacksons Purple #40477A

RGB

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

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

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

R = 24.9%
G = 27.63%
B = 47.47%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40477A (or 0x40477A) is known color: Jacksons Purple. HEX triplet: 40, 47 and 7A. RGB value is (64,71,122). Sum of RGB (Red+Green+Blue) = 64+71+122=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #40477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40477A is #BFB885. Grayscale: #4A4A4A. Windows color (decimal): -12564614 or 8013632. OLE color: 8013632.

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

Color convert

RGB 64 71 122 -
CMYK 0.48 0.42 0 0.52
HSL 232.76º 0.31% 0.36% -
HSV(B) 232.76º 0.48% 0.48% -
XYZ 7.88 7 19.35 -
YUV 74.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 64 71 122 0.48 0.42 0 0.52 232.76 0.31 0.36
Hex 40 47 7A 30 2A 0 34 E9 1F 24
Octal 100 107 172 60 52 0 64 351 37 44
Binary 1000000 1000111 1111010 110000 101010 0 110100 11101001 11111 100100

Color Harmonies of #40477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40477A

Black with #40477A

Text Example


Text Example

White with #40477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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