Html Css Color HEX #404089 Jacksons Purple

📋 copy color: '#404089'

red 64 ◦ green 64 ◦ blue 137

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

Shades of Jacksons Purple #404089

Tints of Jacksons Purple #404089

RGB

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

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

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

R = 24.15%
G = 24.15%
B = 51.7%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404089 (or 0x404089) is known color: Jacksons Purple. HEX triplet: 40, 40 and 89. RGB value is (64,64,137). Sum of RGB (Red+Green+Blue) = 64+64+137=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #404089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404089 is #BFBF76. Grayscale: #484848. Windows color (decimal): -12566391 or 8994880. OLE color: 8994880.

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

Color convert

RGB 64 64 137 -
CMYK 0.53 0.53 0 0.46
HSL 240º 0.36% 0.39% -
HSV(B) 240º 0.53% 0.54% -
XYZ 8.46 6.56 24.49 -
YUV 72.32 164.5 122.06 -
System Red Green Blue C M Y K H S L
Decimal 64 64 137 0.53 0.53 0 0.46 240 0.36 0.39
Hex 40 40 89 35 35 0 2E F0 24 27
Octal 100 100 211 65 65 0 56 360 44 47
Binary 1000000 1000000 10001001 110101 110101 0 101110 11110000 100100 100111

Color Harmonies of #404089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404089

Black with #404089

Text Example


Text Example

White with #404089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404089; }

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

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

background-color css

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

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

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

border-color css

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

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

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