Html Css Color HEX #404789 Jacksons Purple

📋 copy color: '#404789'

red 64 ◦ green 71 ◦ blue 137

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

Shades of Jacksons Purple #404789

Tints of Jacksons Purple #404789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

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

R = 23.53%
G = 26.1%
B = 50.37%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404789 (or 0x404789) is known color: Jacksons Purple. HEX triplet: 40, 47 and 89. RGB value is (64,71,137). Sum of RGB (Red+Green+Blue) = 64+71+137=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #404789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404789 is #BFB876. Grayscale: #4C4C4C. Windows color (decimal): -12564599 or 8996672. OLE color: 8996672.

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

Color convert

RGB 64 71 137 -
CMYK 0.53 0.48 0 0.46
HSL 234.25º 0.36% 0.39% -
HSV(B) 234.25º 0.53% 0.54% -
XYZ 8.88 7.4 24.63 -
YUV 76.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 64 71 137 0.53 0.48 0 0.46 234.25 0.36 0.39
Hex 40 47 89 35 30 0 2E EA 24 27
Octal 100 107 211 65 60 0 56 352 44 47
Binary 1000000 1000111 10001001 110101 110000 0 101110 11101010 100100 100111

Color Harmonies of #404789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404789

Black with #404789

Text Example


Text Example

White with #404789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404789; }

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

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

background-color css

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

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

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

border-color css

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

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

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