Html Css Color HEX #403877 Jacksons Purple

📋 copy color: '#403877'

red 64 ◦ green 56 ◦ blue 119

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

Shades of Jacksons Purple #403877

Tints of Jacksons Purple #403877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

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

R = 26.78%
G = 23.43%
B = 49.79%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403877 (or 0x403877) is known color: Jacksons Purple. HEX triplet: 40, 38 and 77. RGB value is (64,56,119). Sum of RGB (Red+Green+Blue) = 64+56+119=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #403877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403877 is #BFC788. Grayscale: #414141. Windows color (decimal): -12568457 or 7813184. OLE color: 7813184.

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

Color convert

RGB 64 56 119 -
CMYK 0.46 0.53 0 0.53
HSL 247.62º 0.36% 0.34% -
HSV(B) 247.62º 0.53% 0.47% -
XYZ 6.86 5.25 18.1 -
YUV 65.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 64 56 119 0.46 0.53 0 0.53 247.62 0.36 0.34
Hex 40 38 77 2E 35 0 35 F8 24 22
Octal 100 70 167 56 65 0 65 370 44 42
Binary 1000000 111000 1110111 101110 110101 0 110101 11111000 100100 100010

Color Harmonies of #403877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403877

Black with #403877

Text Example


Text Example

White with #403877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403877; }

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

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

background-color css

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

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

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

border-color css

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

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

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