Html Css Color HEX #40487B Jacksons Purple

📋 copy color: '#40487B'

red 64 ◦ green 72 ◦ blue 123

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

Shades of Jacksons Purple #40487B

Tints of Jacksons Purple #40487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

 BLUE value IS 123 (48.44% from 255) = 47.49%

R = 24.71%
G = 27.8%
B = 47.49%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40487B (or 0x40487B) is known color: Jacksons Purple. HEX triplet: 40, 48 and 7B. RGB value is (64,72,123). Sum of RGB (Red+Green+Blue) = 64+72+123=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #40487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40487B is #BFB784. Grayscale: #4B4B4B. Windows color (decimal): -12564357 or 8079424. OLE color: 8079424.

HSL color Cylindrical-coordinate representation of color #40487B: hue angle of 231.86º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40487B is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 72 123 -
CMYK 0.48 0.41 0 0.52
HSL 231.86º 0.32% 0.37% -
HSV(B) 231.86º 0.48% 0.48% -
XYZ 8.01 7.15 19.7 -
YUV 75.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 64 72 123 0.48 0.41 0 0.52 231.86 0.32 0.37
Hex 40 48 7B 30 29 0 34 E8 20 25
Octal 100 110 173 60 51 0 64 350 40 45
Binary 1000000 1001000 1111011 110000 101001 0 110100 11101000 100000 100101

Color Harmonies of #40487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40487B

Black with #40487B

Text Example


Text Example

White with #40487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40487B; }

 p { color: rgb(64,72,123); }

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

background-color css

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

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

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

border-color css

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

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

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