Html Css Color HEX #40487C Jacksons Purple

📋 copy color: '#40487C'

red 64 ◦ green 72 ◦ blue 124

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

Shades of Jacksons Purple #40487C

Tints of Jacksons Purple #40487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 24.62%
G = 27.69%
B = 47.69%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40487C (or 0x40487C) is known color: Jacksons Purple. HEX triplet: 40, 48 and 7C. RGB value is (64,72,124). Sum of RGB (Red+Green+Blue) = 64+72+124=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #40487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40487C is #BFB783. Grayscale: #4B4B4B. Windows color (decimal): -12564356 or 8144960. OLE color: 8144960.

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

Color convert

RGB 64 72 124 -
CMYK 0.48 0.42 0 0.51
HSL 232º 0.32% 0.37% -
HSV(B) 232º 0.48% 0.49% -
XYZ 8.07 7.18 20.03 -
YUV 75.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 64 72 124 0.48 0.42 0 0.51 232 0.32 0.37
Hex 40 48 7C 30 2A 0 33 E8 20 25
Octal 100 110 174 60 52 0 63 350 40 45
Binary 1000000 1001000 1111100 110000 101010 0 110011 11101000 100000 100101

Color Harmonies of #40487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40487C

Black with #40487C

Text Example


Text Example

White with #40487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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