Html Css Color HEX #40367D Jacksons Purple

📋 copy color: '#40367D'

red 64 ◦ green 54 ◦ blue 125

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

Shades of Jacksons Purple #40367D

Tints of Jacksons Purple #40367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 125 (49.22% from 255) = 51.44%

R = 26.34%
G = 22.22%
B = 51.44%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40367D (or 0x40367D) is known color: Jacksons Purple. HEX triplet: 40, 36 and 7D. RGB value is (64,54,125). Sum of RGB (Red+Green+Blue) = 64+54+125=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #40367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40367D is #BFC982. Grayscale: #404040. Windows color (decimal): -12568963 or 8205888. OLE color: 8205888.

HSL color Cylindrical-coordinate representation of color #40367D: hue angle of 248.45º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40367D is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 54 125 -
CMYK 0.49 0.57 0 0.51
HSL 248.45º 0.4% 0.35% -
HSV(B) 248.45º 0.57% 0.49% -
XYZ 7.14 5.21 20.03 -
YUV 65.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 64 54 125 0.49 0.57 0 0.51 248.45 0.4 0.35
Hex 40 36 7D 31 39 0 33 F8 28 23
Octal 100 66 175 61 71 0 63 370 50 43
Binary 1000000 110110 1111101 110001 111001 0 110011 11111000 101000 100011

Color Harmonies of #40367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40367D

Black with #40367D

Text Example


Text Example

White with #40367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40367D; }

 p { color: rgb(64,54,125); }

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

background-color css

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

 a { background-color: rgb(64,54,125); }

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

border-color css

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

 span { border-color: rgb(64,54,125); }

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