Html Css Color HEX #404380 Jacksons Purple

📋 copy color: '#404380'

red 64 ◦ green 67 ◦ blue 128

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

Shades of Jacksons Purple #404380

Tints of Jacksons Purple #404380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

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

R = 24.71%
G = 25.87%
B = 49.42%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#404380 (or 0x404380) is known color: Jacksons Purple. HEX triplet: 40, 43 and 80. RGB value is (64,67,128). Sum of RGB (Red+Green+Blue) = 64+67+128=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #404380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404380 is #BFBC7F. Grayscale: #484848. Windows color (decimal): -12565632 or 8405824. OLE color: 8405824.

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

Color convert

RGB 64 67 128 -
CMYK 0.5 0.48 0 0.50
HSL 237.19º 0.33% 0.38% -
HSV(B) 237.19º 0.5% 0.5% -
XYZ 8.02 6.66 21.29 -
YUV 73.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 64 67 128 0.5 0.48 0 0.50 237.19 0.33 0.38
Hex 40 43 80 32 30 0 32 ED 21 26
Octal 100 103 200 62 60 0 62 355 41 46
Binary 1000000 1000011 10000000 110010 110000 0 110010 11101101 100001 100110

Color Harmonies of #404380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404380

Black with #404380

Text Example


Text Example

White with #404380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404380; }

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

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

background-color css

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

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

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

border-color css

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

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

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