Html Css Color HEX #404879 Jacksons Purple

📋 copy color: '#404879'

red 64 ◦ green 72 ◦ blue 121

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

Shades of Jacksons Purple #404879

Tints of Jacksons Purple #404879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

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

R = 24.9%
G = 28.02%
B = 47.08%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404879 (or 0x404879) is known color: Jacksons Purple. HEX triplet: 40, 48 and 79. RGB value is (64,72,121). Sum of RGB (Red+Green+Blue) = 64+72+121=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #404879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404879 is #BFB786. Grayscale: #4A4A4A. Windows color (decimal): -12564359 or 7948352. OLE color: 7948352.

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

Color convert

RGB 64 72 121 -
CMYK 0.47 0.40 0 0.53
HSL 231.58º 0.31% 0.36% -
HSV(B) 231.58º 0.47% 0.47% -
XYZ 7.88 7.11 19.05 -
YUV 75.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 64 72 121 0.47 0.40 0 0.53 231.58 0.31 0.36
Hex 40 48 79 2F 28 0 35 E8 1F 24
Octal 100 110 171 57 50 0 65 350 37 44
Binary 1000000 1001000 1111001 101111 101000 0 110101 11101000 11111 100100

Color Harmonies of #404879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404879

Black with #404879

Text Example


Text Example

White with #404879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404879; }

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

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

background-color css

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

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

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

border-color css

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

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

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