Html Css Color HEX #404080 Jacksons Purple

📋 copy color: '#404080'

red 64 ◦ green 64 ◦ blue 128

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

Shades of Jacksons Purple #404080

Tints of Jacksons Purple #404080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#404080 (or 0x404080) is known color: Jacksons Purple. HEX triplet: 40, 40 and 80. RGB value is (64,64,128). Sum of RGB (Red+Green+Blue) = 64+64+128=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #404080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404080 is #BFBF7F. Grayscale: #474747. Windows color (decimal): -12566400 or 8405056. OLE color: 8405056.

HSL color Cylindrical-coordinate representation of color #404080: hue angle of 240º 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 #404080 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 64 128 -
CMYK 0.5 0.5 0 0.50
HSL 240º 0.33% 0.38% -
HSV(B) 240º 0.5% 0.5% -
XYZ 7.84 6.32 21.23 -
YUV 71.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 64 64 128 0.5 0.5 0 0.50 240 0.33 0.38
Hex 40 40 80 32 32 0 32 F0 21 26
Octal 100 100 200 62 62 0 62 360 41 46
Binary 1000000 1000000 10000000 110010 110010 0 110010 11110000 100001 100110

Color Harmonies of #404080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404080

Black with #404080

Text Example


Text Example

White with #404080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404080; }

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

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

background-color css

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

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

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

border-color css

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

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

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