Html Css Color HEX #403E7D Jacksons Purple

📋 copy color: '#403E7D'

red 64 ◦ green 62 ◦ blue 125

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

Shades of Jacksons Purple #403E7D

Tints of Jacksons Purple #403E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

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

R = 25.5%
G = 24.7%
B = 49.8%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#403E7D (or 0x403E7D) is known color: Jacksons Purple. HEX triplet: 40, 3E and 7D. RGB value is (64,62,125). Sum of RGB (Red+Green+Blue) = 64+62+125=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #403E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E7D is #BFC182. Grayscale: #454545. Windows color (decimal): -12566915 or 8207936. OLE color: 8207936.

HSL color Cylindrical-coordinate representation of color #403E7D: hue angle of 241.9º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403E7D is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 62 125 -
CMYK 0.49 0.50 0 0.51
HSL 241.9º 0.34% 0.37% -
HSV(B) 241.9º 0.5% 0.49% -
XYZ 7.54 6.02 20.17 -
YUV 69.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 64 62 125 0.49 0.50 0 0.51 241.9 0.34 0.37
Hex 40 3E 7D 31 32 0 33 F2 22 25
Octal 100 76 175 61 62 0 63 362 42 45
Binary 1000000 111110 1111101 110001 110010 0 110011 11110010 100010 100101

Color Harmonies of #403E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E7D

Black with #403E7D

Text Example


Text Example

White with #403E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403E7D; }

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

 H1.HeaderClassName
 {
   color: #403E7D;
 }
 .AnyTagClassName
 {
   color: #403E7D;
 }
</style>

background-color css

<style>
 a { background-color: #403E7D; }

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

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

border-color css

<style>
 span { border-color: #403E7D; }

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

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