Html Css Color HEX #404679 Jacksons Purple

📋 copy color: '#404679'

red 64 ◦ green 70 ◦ blue 121

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

Shades of Jacksons Purple #404679

Tints of Jacksons Purple #404679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 25.1%
G = 27.45%
B = 47.45%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404679 (or 0x404679) is known color: Jacksons Purple. HEX triplet: 40, 46 and 79. RGB value is (64,70,121). Sum of RGB (Red+Green+Blue) = 64+70+121=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #404679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404679 is #BFB986. Grayscale: #494949. Windows color (decimal): -12564871 or 7947840. OLE color: 7947840.

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

Color convert

RGB 64 70 121 -
CMYK 0.47 0.42 0 0.53
HSL 233.68º 0.31% 0.36% -
HSV(B) 233.68º 0.47% 0.47% -
XYZ 7.76 6.85 19 -
YUV 74.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 64 70 121 0.47 0.42 0 0.53 233.68 0.31 0.36
Hex 40 46 79 2F 2A 0 35 EA 1F 24
Octal 100 106 171 57 52 0 65 352 37 44
Binary 1000000 1000110 1111001 101111 101010 0 110101 11101010 11111 100100

Color Harmonies of #404679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404679

Black with #404679

Text Example


Text Example

White with #404679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404679; }

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

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

background-color css

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

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

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

border-color css

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

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

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