Html Css Color HEX #404579 Jacksons Purple

📋 copy color: '#404579'

red 64 ◦ green 69 ◦ blue 121

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

Shades of Jacksons Purple #404579

Tints of Jacksons Purple #404579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 25.2%
G = 27.17%
B = 47.64%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404579 (or 0x404579) is known color: Jacksons Purple. HEX triplet: 40, 45 and 79. RGB value is (64,69,121). Sum of RGB (Red+Green+Blue) = 64+69+121=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #404579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404579 is #BFBA86. Grayscale: #494949. Windows color (decimal): -12565127 or 7947584. OLE color: 7947584.

HSL color Cylindrical-coordinate representation of color #404579: hue angle of 234.74º 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 #404579 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 69 121 -
CMYK 0.47 0.43 0 0.53
HSL 234.74º 0.31% 0.36% -
HSV(B) 234.74º 0.47% 0.47% -
XYZ 7.69 6.73 18.98 -
YUV 73.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 64 69 121 0.47 0.43 0 0.53 234.74 0.31 0.36
Hex 40 45 79 2F 2B 0 35 EB 1F 24
Octal 100 105 171 57 53 0 65 353 37 44
Binary 1000000 1000101 1111001 101111 101011 0 110101 11101011 11111 100100

Color Harmonies of #404579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404579

Black with #404579

Text Example


Text Example

White with #404579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404579; }

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

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

background-color css

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

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

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

border-color css

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

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

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