Html Css Color HEX #404787 Jacksons Purple

📋 copy color: '#404787'

red 64 ◦ green 71 ◦ blue 135

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

Shades of Jacksons Purple #404787

Tints of Jacksons Purple #404787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50%

R = 23.7%
G = 26.3%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#404787 (or 0x404787) is known color: Jacksons Purple. HEX triplet: 40, 47 and 87. RGB value is (64,71,135). Sum of RGB (Red+Green+Blue) = 64+71+135=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #404787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404787 is #BFB878. Grayscale: #4B4B4B. Windows color (decimal): -12564601 or 8865600. OLE color: 8865600.

HSL color Cylindrical-coordinate representation of color #404787: hue angle of 234.08º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404787 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 71 135 -
CMYK 0.53 0.47 0 0.47
HSL 234.08º 0.36% 0.39% -
HSV(B) 234.08º 0.53% 0.53% -
XYZ 8.74 7.35 23.88 -
YUV 76.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 64 71 135 0.53 0.47 0 0.47 234.08 0.36 0.39
Hex 40 47 87 35 2F 0 2F EA 24 27
Octal 100 107 207 65 57 0 57 352 44 47
Binary 1000000 1000111 10000111 110101 101111 0 101111 11101010 100100 100111

Color Harmonies of #404787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404787

Black with #404787

Text Example


Text Example

White with #404787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404787; }

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

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

background-color css

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

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

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

border-color css

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

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

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