Html Css Color HEX #403981 Jacksons Purple

📋 copy color: '#403981'

red 64 ◦ green 57 ◦ blue 129

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

Shades of Jacksons Purple #403981

Tints of Jacksons Purple #403981

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 25.6%
G = 22.8%
B = 51.6%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403981 (or 0x403981) is known color: Jacksons Purple. HEX triplet: 40, 39 and 81. RGB value is (64,57,129). Sum of RGB (Red+Green+Blue) = 64+57+129=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #403981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403981 is #BFC67E. Grayscale: #434343. Windows color (decimal): -12568191 or 8468800. OLE color: 8468800.

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

Color convert

RGB 64 57 129 -
CMYK 0.50 0.56 0 0.49
HSL 245.83º 0.39% 0.36% -
HSV(B) 245.83º 0.56% 0.51% -
XYZ 7.54 5.6 21.45 -
YUV 67.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 64 57 129 0.50 0.56 0 0.49 245.83 0.39 0.36
Hex 40 39 81 32 38 0 31 F6 27 24
Octal 100 71 201 62 70 0 61 366 47 44
Binary 1000000 111001 10000001 110010 111000 0 110001 11110110 100111 100100

Color Harmonies of #403981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403981

Black with #403981

Text Example


Text Example

White with #403981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403981; }

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

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

background-color css

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

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

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

border-color css

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

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

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