Html Css Color HEX #40377D Jacksons Purple

📋 copy color: '#40377D'

red 64 ◦ green 55 ◦ blue 125

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

Shades of Jacksons Purple #40377D

Tints of Jacksons Purple #40377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 26.23%
G = 22.54%
B = 51.23%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40377D (or 0x40377D) is known color: Jacksons Purple. HEX triplet: 40, 37 and 7D. RGB value is (64,55,125). Sum of RGB (Red+Green+Blue) = 64+55+125=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #40377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40377D is #BFC882. Grayscale: #414141. Windows color (decimal): -12568707 or 8206144. OLE color: 8206144.

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

Color convert

RGB 64 55 125 -
CMYK 0.49 0.56 0 0.51
HSL 247.71º 0.39% 0.35% -
HSV(B) 247.71º 0.56% 0.49% -
XYZ 7.18 5.3 20.05 -
YUV 65.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 64 55 125 0.49 0.56 0 0.51 247.71 0.39 0.35
Hex 40 37 7D 31 38 0 33 F8 27 23
Octal 100 67 175 61 70 0 63 370 47 43
Binary 1000000 110111 1111101 110001 111000 0 110011 11111000 100111 100011

Color Harmonies of #40377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40377D

Black with #40377D

Text Example


Text Example

White with #40377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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