Html Css Color HEX #404790 Jacksons Purple

📋 copy color: '#404790'

red 64 ◦ green 71 ◦ blue 144

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

Shades of Jacksons Purple #404790

Tints of Jacksons Purple #404790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 22.94%
G = 25.45%
B = 51.61%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#404790 (or 0x404790) is known color: Jacksons Purple. HEX triplet: 40, 47 and 90. RGB value is (64,71,144). Sum of RGB (Red+Green+Blue) = 64+71+144=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #404790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404790 is #BFB86F. Grayscale: #4C4C4C. Windows color (decimal): -12564592 or 9455424. OLE color: 9455424.

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

Color convert

RGB 64 71 144 -
CMYK 0.56 0.51 0 0.44
HSL 234.75º 0.38% 0.41% -
HSV(B) 234.75º 0.56% 0.56% -
XYZ 9.4 7.61 27.36 -
YUV 77.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 64 71 144 0.56 0.51 0 0.44 234.75 0.38 0.41
Hex 40 47 90 38 33 0 2C EB 26 29
Octal 100 107 220 70 63 0 54 353 46 51
Binary 1000000 1000111 10010000 111000 110011 0 101100 11101011 100110 101001

Color Harmonies of #404790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404790

Black with #404790

Text Example


Text Example

White with #404790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404790; }

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

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

background-color css

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

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

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

border-color css

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

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

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