Html Css Color HEX #40387B Jacksons Purple

📋 copy color: '#40387B'

red 64 ◦ green 56 ◦ blue 123

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

Shades of Jacksons Purple #40387B

Tints of Jacksons Purple #40387B

RGB

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

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

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

R = 26.34%
G = 23.05%
B = 50.62%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40387B (or 0x40387B) is known color: Jacksons Purple. HEX triplet: 40, 38 and 7B. RGB value is (64,56,123). Sum of RGB (Red+Green+Blue) = 64+56+123=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #40387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40387B is #BFC784. Grayscale: #414141. Windows color (decimal): -12568453 or 8075328. OLE color: 8075328.

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

Color convert

RGB 64 56 123 -
CMYK 0.48 0.54 0 0.52
HSL 247.16º 0.37% 0.35% -
HSV(B) 247.16º 0.54% 0.48% -
XYZ 7.1 5.35 19.4 -
YUV 66.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 64 56 123 0.48 0.54 0 0.52 247.16 0.37 0.35
Hex 40 38 7B 30 36 0 34 F7 25 23
Octal 100 70 173 60 66 0 64 367 45 43
Binary 1000000 111000 1111011 110000 110110 0 110100 11110111 100101 100011

Color Harmonies of #40387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40387B

Black with #40387B

Text Example


Text Example

White with #40387B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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