Html Css Color HEX #404589 Jacksons Purple

📋 copy color: '#404589'

red 64 ◦ green 69 ◦ blue 137

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

Shades of Jacksons Purple #404589

Tints of Jacksons Purple #404589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 23.7%
G = 25.56%
B = 50.74%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404589 (or 0x404589) is known color: Jacksons Purple. HEX triplet: 40, 45 and 89. RGB value is (64,69,137). Sum of RGB (Red+Green+Blue) = 64+69+137=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #404589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404589 is #BFBA76. Grayscale: #4A4A4A. Windows color (decimal): -12565111 or 8996160. OLE color: 8996160.

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

Color convert

RGB 64 69 137 -
CMYK 0.53 0.50 0 0.46
HSL 235.89º 0.36% 0.39% -
HSV(B) 235.89º 0.53% 0.54% -
XYZ 8.76 7.15 24.59 -
YUV 75.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 64 69 137 0.53 0.50 0 0.46 235.89 0.36 0.39
Hex 40 45 89 35 32 0 2E EC 24 27
Octal 100 105 211 65 62 0 56 354 44 47
Binary 1000000 1000101 10001001 110101 110010 0 101110 11101100 100100 100111

Color Harmonies of #404589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404589

Black with #404589

Text Example


Text Example

White with #404589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404589; }

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

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

background-color css

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

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

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

border-color css

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

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

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