Html Css Color HEX #403F81 Jacksons Purple

📋 copy color: '#403F81'

red 64 ◦ green 63 ◦ blue 129

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

Shades of Jacksons Purple #403F81

Tints of Jacksons Purple #403F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 25%
G = 24.61%
B = 50.39%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403F81 (or 0x403F81) is known color: Jacksons Purple. HEX triplet: 40, 3F and 81. RGB value is (64,63,129). Sum of RGB (Red+Green+Blue) = 64+63+129=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #403F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F81 is #BFC07E. Grayscale: #464646. Windows color (decimal): -12566655 or 8470336. OLE color: 8470336.

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

Color convert

RGB 64 63 129 -
CMYK 0.50 0.51 0 0.49
HSL 240.91º 0.34% 0.38% -
HSV(B) 240.91º 0.51% 0.51% -
XYZ 7.85 6.23 21.56 -
YUV 70.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 64 63 129 0.50 0.51 0 0.49 240.91 0.34 0.38
Hex 40 3F 81 32 33 0 31 F1 22 26
Octal 100 77 201 62 63 0 61 361 42 46
Binary 1000000 111111 10000001 110010 110011 0 110001 11110001 100010 100110

Color Harmonies of #403F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F81

Black with #403F81

Text Example


Text Example

White with #403F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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