Html Css Color HEX #404379 Jacksons Purple

📋 copy color: '#404379'

red 64 ◦ green 67 ◦ blue 121

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

Shades of Jacksons Purple #404379

Tints of Jacksons Purple #404379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 25.4%
G = 26.59%
B = 48.02%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404379 (or 0x404379) is known color: Jacksons Purple. HEX triplet: 40, 43 and 79. RGB value is (64,67,121). Sum of RGB (Red+Green+Blue) = 64+67+121=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #404379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404379 is #BFBC86. Grayscale: #484848. Windows color (decimal): -12565639 or 7947072. OLE color: 7947072.

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

Color convert

RGB 64 67 121 -
CMYK 0.47 0.45 0 0.53
HSL 236.84º 0.31% 0.36% -
HSV(B) 236.84º 0.47% 0.47% -
XYZ 7.57 6.48 18.94 -
YUV 72.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 64 67 121 0.47 0.45 0 0.53 236.84 0.31 0.36
Hex 40 43 79 2F 2D 0 35 ED 1F 24
Octal 100 103 171 57 55 0 65 355 37 44
Binary 1000000 1000011 1111001 101111 101101 0 110101 11101101 11111 100100

Color Harmonies of #404379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404379

Black with #404379

Text Example


Text Example

White with #404379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404379; }

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

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

background-color css

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

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

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

border-color css

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

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

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