Html Css Color HEX #404889 Jacksons Purple

📋 copy color: '#404889'

red 64 ◦ green 72 ◦ blue 137

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

Shades of Jacksons Purple #404889

Tints of Jacksons Purple #404889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 23.44%
G = 26.37%
B = 50.18%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404889 (or 0x404889) is known color: Jacksons Purple. HEX triplet: 40, 48 and 89. RGB value is (64,72,137). Sum of RGB (Red+Green+Blue) = 64+72+137=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #404889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404889 is #BFB776. Grayscale: #4C4C4C. Windows color (decimal): -12564343 or 8996928. OLE color: 8996928.

HSL color Cylindrical-coordinate representation of color #404889: hue angle of 233.42º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404889 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 72 137 -
CMYK 0.53 0.47 0 0.46
HSL 233.42º 0.36% 0.39% -
HSV(B) 233.42º 0.53% 0.54% -
XYZ 8.95 7.53 24.65 -
YUV 77.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 64 72 137 0.53 0.47 0 0.46 233.42 0.36 0.39
Hex 40 48 89 35 2F 0 2E E9 24 27
Octal 100 110 211 65 57 0 56 351 44 47
Binary 1000000 1001000 10001001 110101 101111 0 101110 11101001 100100 100111

Color Harmonies of #404889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404889

Black with #404889

Text Example


Text Example

White with #404889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404889; }

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

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

background-color css

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

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

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

border-color css

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

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

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