Html Css Color HEX #404079 Jacksons Purple

📋 copy color: '#404079'

red 64 ◦ green 64 ◦ blue 121

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

Shades of Jacksons Purple #404079

Tints of Jacksons Purple #404079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

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

R = 25.7%
G = 25.7%
B = 48.59%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404079 (or 0x404079) is known color: Jacksons Purple. HEX triplet: 40, 40 and 79. RGB value is (64,64,121). Sum of RGB (Red+Green+Blue) = 64+64+121=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #404079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404079 is #BFBF86. Grayscale: #464646. Windows color (decimal): -12566407 or 7946304. OLE color: 7946304.

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

Color convert

RGB 64 64 121 -
CMYK 0.47 0.47 0 0.53
HSL 240º 0.31% 0.36% -
HSV(B) 240º 0.47% 0.47% -
XYZ 7.4 6.14 18.88 -
YUV 70.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 64 64 121 0.47 0.47 0 0.53 240 0.31 0.36
Hex 40 40 79 2F 2F 0 35 F0 1F 24
Octal 100 100 171 57 57 0 65 360 37 44
Binary 1000000 1000000 1111001 101111 101111 0 110101 11110000 11111 100100

Color Harmonies of #404079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404079

Black with #404079

Text Example


Text Example

White with #404079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404079; }

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

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

background-color css

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

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

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

border-color css

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

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

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