#403B77

Color #403B77 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #403B77

Tints of Jacksons Purple #403B77

Color information

#403B77 (or 0x403B77) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3B and 77. RGB value is (64,59,119). Sum of RGB (Red+Green+Blue) = 64+59+119=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #403B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B77 is #BFC488. Grayscale: #434343. Windows color (decimal): -12567689 or 7813952. OLE color: 7813952.

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

Color convert

RGB6459119-
CMYK0.460.5000.53
HSL245º33.71%34.9%-
HSV(B)245º50.42%46.67%-
XYZ7.015.5518.15-
YUV67.33157.16125.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=26.45%
G=24.38%
B=49.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64591190.460.5000.5324533.7134.9
Hex403B772E32035f52223
Octal1007316756620653654243
Binary10000001110111110111101110110010011010111110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #403B77;
 }
 .AnyTagClassName
 {
   color: #403B77;
 }
</style>
background-color css

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

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

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

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

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

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