Html Css Color HEX #404480 Jacksons Purple

📋 copy color: '#404480'

red 64 ◦ green 68 ◦ blue 128

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

Shades of Jacksons Purple #404480

Tints of Jacksons Purple #404480

RGB

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

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

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

R = 24.62%
G = 26.15%
B = 49.23%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#404480 (or 0x404480) is known color: Jacksons Purple. HEX triplet: 40, 44 and 80. RGB value is (64,68,128). Sum of RGB (Red+Green+Blue) = 64+68+128=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #404480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404480 is #BFBB7F. Grayscale: #494949. Windows color (decimal): -12565376 or 8406080. OLE color: 8406080.

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

Color convert

RGB 64 68 128 -
CMYK 0.5 0.47 0 0.50
HSL 236.25º 0.33% 0.38% -
HSV(B) 236.25º 0.5% 0.5% -
XYZ 8.08 6.78 21.31 -
YUV 73.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 64 68 128 0.5 0.47 0 0.50 236.25 0.33 0.38
Hex 40 44 80 32 2F 0 32 EC 21 26
Octal 100 104 200 62 57 0 62 354 41 46
Binary 1000000 1000100 10000000 110010 101111 0 110010 11101100 100001 100110

Color Harmonies of #404480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404480

Black with #404480

Text Example


Text Example

White with #404480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404480; }

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

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

background-color css

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

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

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

border-color css

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

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

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