Html Css Color HEX #404779 Jacksons Purple

📋 copy color: '#404779'

red 64 ◦ green 71 ◦ blue 121

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

Shades of Jacksons Purple #404779

Tints of Jacksons Purple #404779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.27%

R = 25%
G = 27.73%
B = 47.27%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404779 (or 0x404779) is known color: Jacksons Purple. HEX triplet: 40, 47 and 79. RGB value is (64,71,121). Sum of RGB (Red+Green+Blue) = 64+71+121=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #404779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404779 is #BFB886. Grayscale: #4A4A4A. Windows color (decimal): -12564615 or 7948096. OLE color: 7948096.

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

Color convert

RGB 64 71 121 -
CMYK 0.47 0.41 0 0.53
HSL 232.63º 0.31% 0.36% -
HSV(B) 232.63º 0.47% 0.47% -
XYZ 7.82 6.98 19.02 -
YUV 74.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 64 71 121 0.47 0.41 0 0.53 232.63 0.31 0.36
Hex 40 47 79 2F 29 0 35 E9 1F 24
Octal 100 107 171 57 51 0 65 351 37 44
Binary 1000000 1000111 1111001 101111 101001 0 110101 11101001 11111 100100

Color Harmonies of #404779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404779

Black with #404779

Text Example


Text Example

White with #404779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404779; }

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

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

background-color css

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

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

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

border-color css

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

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

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