Html Css Color HEX #403F7E Jacksons Purple

📋 copy color: '#403F7E'

red 64 ◦ green 63 ◦ blue 126

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

Shades of Jacksons Purple #403F7E

Tints of Jacksons Purple #403F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.8%

R = 25.3%
G = 24.9%
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

#403F7E (or 0x403F7E) is known color: Jacksons Purple. HEX triplet: 40, 3F and 7E. RGB value is (64,63,126). Sum of RGB (Red+Green+Blue) = 64+63+126=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #403F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F7E is #BFC081. Grayscale: #464646. Windows color (decimal): -12566658 or 8273728. OLE color: 8273728.

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

Color convert

RGB 64 63 126 -
CMYK 0.49 0.50 0 0.51
HSL 240.95º 0.33% 0.37% -
HSV(B) 240.95º 0.5% 0.49% -
XYZ 7.66 6.15 20.52 -
YUV 70.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 64 63 126 0.49 0.50 0 0.51 240.95 0.33 0.37
Hex 40 3F 7E 31 32 0 33 F1 21 25
Octal 100 77 176 61 62 0 63 361 41 45
Binary 1000000 111111 1111110 110001 110010 0 110011 11110001 100001 100101

Color Harmonies of #403F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F7E

Black with #403F7E

Text Example


Text Example

White with #403F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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