Html Css Color HEX #404289 Jacksons Purple

📋 copy color: '#404289'

red 64 ◦ green 66 ◦ blue 137

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

Shades of Jacksons Purple #404289

Tints of Jacksons Purple #404289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 23.97%
G = 24.72%
B = 51.31%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#404289 (or 0x404289) is known color: Jacksons Purple. HEX triplet: 40, 42 and 89. RGB value is (64,66,137). Sum of RGB (Red+Green+Blue) = 64+66+137=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #404289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404289 is #BFBD76. Grayscale: #494949. Windows color (decimal): -12565879 or 8995392. OLE color: 8995392.

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

Color convert

RGB 64 66 137 -
CMYK 0.53 0.52 0 0.46
HSL 238.36º 0.36% 0.39% -
HSV(B) 238.36º 0.53% 0.54% -
XYZ 8.58 6.79 24.53 -
YUV 73.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 64 66 137 0.53 0.52 0 0.46 238.36 0.36 0.39
Hex 40 42 89 35 34 0 2E EE 24 27
Octal 100 102 211 65 64 0 56 356 44 47
Binary 1000000 1000010 10001001 110101 110100 0 101110 11101110 100100 100111

Color Harmonies of #404289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404289

Black with #404289

Text Example


Text Example

White with #404289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404289; }

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

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

background-color css

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

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

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

border-color css

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

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

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