Html Css Color HEX #403978 Jacksons Purple

📋 copy color: '#403978'

red 64 ◦ green 57 ◦ blue 120

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

Shades of Jacksons Purple #403978

Tints of Jacksons Purple #403978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.79%

R = 26.56%
G = 23.65%
B = 49.79%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403978 (or 0x403978) is known color: Jacksons Purple. HEX triplet: 40, 39 and 78. RGB value is (64,57,120). Sum of RGB (Red+Green+Blue) = 64+57+120=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #403978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403978 is #BFC687. Grayscale: #424242. Windows color (decimal): -12568200 or 7878976. OLE color: 7878976.

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

Color convert

RGB 64 57 120 -
CMYK 0.47 0.52 0 0.53
HSL 246.67º 0.36% 0.35% -
HSV(B) 246.67º 0.53% 0.47% -
XYZ 6.97 5.37 18.44 -
YUV 66.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 64 57 120 0.47 0.52 0 0.53 246.67 0.36 0.35
Hex 40 39 78 2F 34 0 35 F7 24 23
Octal 100 71 170 57 64 0 65 367 44 43
Binary 1000000 111001 1111000 101111 110100 0 110101 11110111 100100 100011

Color Harmonies of #403978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403978

Black with #403978

Text Example


Text Example

White with #403978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403978; }

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

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

background-color css

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

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

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

border-color css

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

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

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