Html Css Color HEX #403D77 Jacksons Purple

📋 copy color: '#403D77'

red 64 ◦ green 61 ◦ blue 119

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

Shades of Jacksons Purple #403D77

Tints of Jacksons Purple #403D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

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

R = 26.23%
G = 25%
B = 48.77%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403D77 (or 0x403D77) is known color: Jacksons Purple. HEX triplet: 40, 3D and 77. RGB value is (64,61,119). Sum of RGB (Red+Green+Blue) = 64+61+119=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #403D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D77 is #BFC288. Grayscale: #444444. Windows color (decimal): -12567177 or 7814464. OLE color: 7814464.

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

Color convert

RGB 64 61 119 -
CMYK 0.46 0.49 0 0.53
HSL 243.1º 0.32% 0.35% -
HSV(B) 243.1º 0.49% 0.47% -
XYZ 7.11 5.76 18.19 -
YUV 68.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 64 61 119 0.46 0.49 0 0.53 243.1 0.32 0.35
Hex 40 3D 77 2E 31 0 35 F3 20 23
Octal 100 75 167 56 61 0 65 363 40 43
Binary 1000000 111101 1110111 101110 110001 0 110101 11110011 100000 100011

Color Harmonies of #403D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D77

Black with #403D77

Text Example


Text Example

White with #403D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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