#403777

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

Shades of Jacksons Purple #403777

Tints of Jacksons Purple #403777

Color information

#403777 (or 0x403777) is unknown color: approx Jacksons Purple. HEX triplet: 40, 37 and 77. RGB value is (64,55,119). Sum of RGB (Red+Green+Blue) = 64+55+119=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #403777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403777 is #BFC888. Grayscale: #404040. Windows color (decimal): -12568713 or 7812928. OLE color: 7812928.

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

Color convert

RGB6455119-
CMYK0.460.5400.53
HSL248.44º36.78%34.12%-
HSV(B)248.44º53.78%46.67%-
XYZ6.815.1518.09-
YUV64.99158.48127.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 119 (46.88% from 255) = 50%
R=26.89%
G=23.11%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64551190.460.5400.53248.4436.7834.12
Hex4037772E36035f82522
Octal1006716756660653704542
Binary10000001101111110111101110110110011010111111000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403777; }

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

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

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

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

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

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

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

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