Html Css Color HEX #404980 Jacksons Purple

📋 copy color: '#404980'

red 64 ◦ green 73 ◦ blue 128

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

Shades of Jacksons Purple #404980

Tints of Jacksons Purple #404980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 24.15%
G = 27.55%
B = 48.3%

CMYK

 C value IS 0.5

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#404980 (or 0x404980) is known color: Jacksons Purple. HEX triplet: 40, 49 and 80. RGB value is (64,73,128). Sum of RGB (Red+Green+Blue) = 64+73+128=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #404980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404980 is #BFB67F. Grayscale: #4C4C4C. Windows color (decimal): -12564096 or 8407360. OLE color: 8407360.

HSL color Cylindrical-coordinate representation of color #404980: hue angle of 231.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404980 is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 73 128 -
CMYK 0.5 0.43 0 0.50
HSL 231.56º 0.33% 0.38% -
HSV(B) 231.56º 0.5% 0.5% -
XYZ 8.39 7.41 21.41 -
YUV 76.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 64 73 128 0.5 0.43 0 0.50 231.56 0.33 0.38
Hex 40 49 80 32 2B 0 32 E8 21 26
Octal 100 111 200 62 53 0 62 350 41 46
Binary 1000000 1001001 10000000 110010 101011 0 110010 11101000 100001 100110

Color Harmonies of #404980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404980

Black with #404980

Text Example


Text Example

White with #404980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404980; }

 p { color: rgb(64,73,128); }

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

background-color css

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

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

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

border-color css

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

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

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