Html Css Color HEX #40387F Jacksons Purple

📋 copy color: '#40387F'

red 64 ◦ green 56 ◦ blue 127

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

Shades of Jacksons Purple #40387F

Tints of Jacksons Purple #40387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

 BLUE value IS 127 (50% from 255) = 51.42%

R = 25.91%
G = 22.67%
B = 51.42%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40387F (or 0x40387F) is known color: Jacksons Purple. HEX triplet: 40, 38 and 7F. RGB value is (64,56,127). Sum of RGB (Red+Green+Blue) = 64+56+127=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #40387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40387F is #BFC780. Grayscale: #424242. Windows color (decimal): -12568449 or 8337472. OLE color: 8337472.

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

Color convert

RGB 64 56 127 -
CMYK 0.50 0.56 0 0.50
HSL 246.76º 0.39% 0.36% -
HSV(B) 246.76º 0.56% 0.5% -
XYZ 7.36 5.45 20.74 -
YUV 66.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 64 56 127 0.50 0.56 0 0.50 246.76 0.39 0.36
Hex 40 38 7F 32 38 0 32 F7 27 24
Octal 100 70 177 62 70 0 62 367 47 44
Binary 1000000 111000 1111111 110010 111000 0 110010 11110111 100111 100100

Color Harmonies of #40387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40387F

Black with #40387F

Text Example


Text Example

White with #40387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40387F; }

 p { color: rgb(64,56,127); }

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

background-color css

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

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

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

border-color css

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

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

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