Html Css Color HEX #40397F Jacksons Purple

📋 copy color: '#40397F'

red 64 ◦ green 57 ◦ blue 127

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

Shades of Jacksons Purple #40397F

Tints of Jacksons Purple #40397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 25.81%
G = 22.98%
B = 51.21%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40397F (or 0x40397F) is known color: Jacksons Purple. HEX triplet: 40, 39 and 7F. RGB value is (64,57,127). Sum of RGB (Red+Green+Blue) = 64+57+127=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #40397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40397F is #BFC680. Grayscale: #424242. Windows color (decimal): -12568193 or 8337728. OLE color: 8337728.

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

Color convert

RGB 64 57 127 -
CMYK 0.50 0.55 0 0.50
HSL 246º 0.38% 0.36% -
HSV(B) 246º 0.55% 0.5% -
XYZ 7.41 5.55 20.76 -
YUV 67.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 64 57 127 0.50 0.55 0 0.50 246 0.38 0.36
Hex 40 39 7F 32 37 0 32 F6 26 24
Octal 100 71 177 62 67 0 62 366 46 44
Binary 1000000 111001 1111111 110010 110111 0 110010 11110110 100110 100100

Color Harmonies of #40397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40397F

Black with #40397F

Text Example


Text Example

White with #40397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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