Html Css Color HEX #403F7C Jacksons Purple

📋 copy color: '#403F7C'

red 64 ◦ green 63 ◦ blue 124

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

Shades of Jacksons Purple #403F7C

Tints of Jacksons Purple #403F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.4%

R = 25.5%
G = 25.1%
B = 49.4%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#403F7C (or 0x403F7C) is known color: Jacksons Purple. HEX triplet: 40, 3F and 7C. RGB value is (64,63,124). Sum of RGB (Red+Green+Blue) = 64+63+124=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #403F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F7C is #BFC083. Grayscale: #464646. Windows color (decimal): -12566660 or 8142656. OLE color: 8142656.

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

Color convert

RGB 64 63 124 -
CMYK 0.48 0.49 0 0.51
HSL 240.98º 0.33% 0.37% -
HSV(B) 240.98º 0.49% 0.49% -
XYZ 7.53 6.1 19.85 -
YUV 70.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 64 63 124 0.48 0.49 0 0.51 240.98 0.33 0.37
Hex 40 3F 7C 30 31 0 33 F1 21 25
Octal 100 77 174 60 61 0 63 361 41 45
Binary 1000000 111111 1111100 110000 110001 0 110011 11110001 100001 100101

Color Harmonies of #403F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F7C

Black with #403F7C

Text Example


Text Example

White with #403F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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