Html Css Color HEX #404881 Jacksons Purple

📋 copy color: '#404881'

red 64 ◦ green 72 ◦ blue 129

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

Shades of Jacksons Purple #404881

Tints of Jacksons Purple #404881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 129 (50.78% from 255) = 48.68%

R = 24.15%
G = 27.17%
B = 48.68%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404881 (or 0x404881) is known color: Jacksons Purple. HEX triplet: 40, 48 and 81. RGB value is (64,72,129). Sum of RGB (Red+Green+Blue) = 64+72+129=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #404881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404881 is #BFB77E. Grayscale: #4B4B4B. Windows color (decimal): -12564351 or 8472640. OLE color: 8472640.

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

Color convert

RGB 64 72 129 -
CMYK 0.50 0.44 0 0.49
HSL 232.62º 0.34% 0.38% -
HSV(B) 232.62º 0.5% 0.51% -
XYZ 8.39 7.31 21.74 -
YUV 76.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 64 72 129 0.50 0.44 0 0.49 232.62 0.34 0.38
Hex 40 48 81 32 2C 0 31 E9 22 26
Octal 100 110 201 62 54 0 61 351 42 46
Binary 1000000 1001000 10000001 110010 101100 0 110001 11101001 100010 100110

Color Harmonies of #404881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404881

Black with #404881

Text Example


Text Example

White with #404881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404881; }

 p { color: rgb(64,72,129); }

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

background-color css

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

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

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

border-color css

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

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

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