Html Css Color HEX #403977 Jacksons Purple

📋 copy color: '#403977'

red 64 ◦ green 57 ◦ blue 119

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

Shades of Jacksons Purple #403977

Tints of Jacksons Purple #403977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 26.67%
G = 23.75%
B = 49.58%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403977 (or 0x403977) is known color: Jacksons Purple. HEX triplet: 40, 39 and 77. RGB value is (64,57,119). Sum of RGB (Red+Green+Blue) = 64+57+119=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #403977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403977 is #BFC688. Grayscale: #414141. Windows color (decimal): -12568201 or 7813440. OLE color: 7813440.

HSL color Cylindrical-coordinate representation of color #403977: hue angle of 246.77º degrees, saturation: 0.35, 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 #403977 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 57 119 -
CMYK 0.46 0.52 0 0.53
HSL 246.77º 0.35% 0.35% -
HSV(B) 246.77º 0.52% 0.47% -
XYZ 6.91 5.35 18.12 -
YUV 66.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 64 57 119 0.46 0.52 0 0.53 246.77 0.35 0.35
Hex 40 39 77 2E 34 0 35 F7 23 23
Octal 100 71 167 56 64 0 65 367 43 43
Binary 1000000 111001 1110111 101110 110100 0 110101 11110111 100011 100011

Color Harmonies of #403977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403977

Black with #403977

Text Example


Text Example

White with #403977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403977; }

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

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

background-color css

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

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

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

border-color css

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

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

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