Html Css Color HEX #404479 Jacksons Purple

📋 copy color: '#404479'

red 64 ◦ green 68 ◦ blue 121

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

Shades of Jacksons Purple #404479

Tints of Jacksons Purple #404479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 25.3%
G = 26.88%
B = 47.83%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404479 (or 0x404479) is known color: Jacksons Purple. HEX triplet: 40, 44 and 79. RGB value is (64,68,121). Sum of RGB (Red+Green+Blue) = 64+68+121=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #404479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404479 is #BFBB86. Grayscale: #484848. Windows color (decimal): -12565383 or 7947328. OLE color: 7947328.

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

Color convert

RGB 64 68 121 -
CMYK 0.47 0.44 0 0.53
HSL 235.79º 0.31% 0.36% -
HSV(B) 235.79º 0.47% 0.47% -
XYZ 7.63 6.6 18.96 -
YUV 72.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 64 68 121 0.47 0.44 0 0.53 235.79 0.31 0.36
Hex 40 44 79 2F 2C 0 35 EC 1F 24
Octal 100 104 171 57 54 0 65 354 37 44
Binary 1000000 1000100 1111001 101111 101100 0 110101 11101100 11111 100100

Color Harmonies of #404479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404479

Black with #404479

Text Example


Text Example

White with #404479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404479; }

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

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

background-color css

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

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

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

border-color css

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

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

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