Html Css Color HEX #403979 Jacksons Purple

📋 copy color: '#403979'

red 64 ◦ green 57 ◦ blue 121

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

Shades of Jacksons Purple #403979

Tints of Jacksons Purple #403979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50%

R = 26.45%
G = 23.55%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403979 (or 0x403979) is known color: Jacksons Purple. HEX triplet: 40, 39 and 79. RGB value is (64,57,121). Sum of RGB (Red+Green+Blue) = 64+57+121=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #403979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403979 is #BFC686. Grayscale: #424242. Windows color (decimal): -12568199 or 7944512. OLE color: 7944512.

HSL color Cylindrical-coordinate representation of color #403979: hue angle of 246.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403979 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 57 121 -
CMYK 0.47 0.53 0 0.53
HSL 246.56º 0.36% 0.35% -
HSV(B) 246.56º 0.53% 0.47% -
XYZ 7.03 5.4 18.76 -
YUV 66.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 64 57 121 0.47 0.53 0 0.53 246.56 0.36 0.35
Hex 40 39 79 2F 35 0 35 F7 24 23
Octal 100 71 171 57 65 0 65 367 44 43
Binary 1000000 111001 1111001 101111 110101 0 110101 11110111 100100 100011

Color Harmonies of #403979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403979

Black with #403979

Text Example


Text Example

White with #403979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403979; }

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

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

background-color css

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

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

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

border-color css

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

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

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