Html Css Color HEX #404478 Jacksons Purple

📋 copy color: '#404478'

red 64 ◦ green 68 ◦ blue 120

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

Shades of Jacksons Purple #404478

Tints of Jacksons Purple #404478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 25.4%
G = 26.98%
B = 47.62%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404478 (or 0x404478) is known color: Jacksons Purple. HEX triplet: 40, 44 and 78. RGB value is (64,68,120). Sum of RGB (Red+Green+Blue) = 64+68+120=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #404478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404478 is #BFBB87. Grayscale: #484848. Windows color (decimal): -12565384 or 7881792. OLE color: 7881792.

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

Color convert

RGB 64 68 120 -
CMYK 0.47 0.43 0 0.53
HSL 235.71º 0.3% 0.36% -
HSV(B) 235.71º 0.47% 0.47% -
XYZ 7.57 6.58 18.64 -
YUV 72.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 64 68 120 0.47 0.43 0 0.53 235.71 0.3 0.36
Hex 40 44 78 2F 2B 0 35 EC 1E 24
Octal 100 104 170 57 53 0 65 354 36 44
Binary 1000000 1000100 1111000 101111 101011 0 110101 11101100 11110 100100

Color Harmonies of #404478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404478

Black with #404478

Text Example


Text Example

White with #404478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404478; }

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

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

background-color css

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

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

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

border-color css

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

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

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