Html Css Color HEX #404477 Jacksons Purple

📋 copy color: '#404477'

red 64 ◦ green 68 ◦ blue 119

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

Shades of Jacksons Purple #404477

Tints of Jacksons Purple #404477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 25.5%
G = 27.09%
B = 47.41%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404477 (or 0x404477) is known color: Jacksons Purple. HEX triplet: 40, 44 and 77. RGB value is (64,68,119). Sum of RGB (Red+Green+Blue) = 64+68+119=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #404477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404477 is #BFBB88. Grayscale: #484848. Windows color (decimal): -12565385 or 7816256. OLE color: 7816256.

HSL color Cylindrical-coordinate representation of color #404477: hue angle of 235.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404477 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 68 119 -
CMYK 0.46 0.43 0 0.53
HSL 235.64º 0.3% 0.36% -
HSV(B) 235.64º 0.46% 0.47% -
XYZ 7.51 6.56 18.32 -
YUV 72.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 64 68 119 0.46 0.43 0 0.53 235.64 0.3 0.36
Hex 40 44 77 2E 2B 0 35 EC 1E 24
Octal 100 104 167 56 53 0 65 354 36 44
Binary 1000000 1000100 1110111 101110 101011 0 110101 11101100 11110 100100

Color Harmonies of #404477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404477

Black with #404477

Text Example


Text Example

White with #404477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404477; }

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

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

background-color css

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

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

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

border-color css

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

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

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