Html Css Color HEX #403F7D Jacksons Purple

📋 copy color: '#403F7D'

red 64 ◦ green 63 ◦ blue 125

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

Shades of Jacksons Purple #403F7D

Tints of Jacksons Purple #403F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 25%

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

R = 25.4%
G = 25%
B = 49.6%

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

#403F7D (or 0x403F7D) is known color: Jacksons Purple. HEX triplet: 40, 3F and 7D. RGB value is (64,63,125). Sum of RGB (Red+Green+Blue) = 64+63+125=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #403F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F7D is #BFC082. Grayscale: #464646. Windows color (decimal): -12566659 or 8208192. OLE color: 8208192.

HSL color Cylindrical-coordinate representation of color #403F7D: hue angle of 240.97º degrees, saturation: 0.33, 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 #403F7D is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 63 125 -
CMYK 0.49 0.50 0 0.51
HSL 240.97º 0.33% 0.37% -
HSV(B) 240.97º 0.5% 0.49% -
XYZ 7.59 6.13 20.18 -
YUV 70.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 64 63 125 0.49 0.50 0 0.51 240.97 0.33 0.37
Hex 40 3F 7D 31 32 0 33 F1 21 25
Octal 100 77 175 61 62 0 63 361 41 45
Binary 1000000 111111 1111101 110001 110010 0 110011 11110001 100001 100101

Color Harmonies of #403F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F7D

Black with #403F7D

Text Example


Text Example

White with #403F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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