#402771

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

Shades of Windsor #402771

Tints of Windsor #402771

Color information

#402771 (or 0x402771) is unknown color: approx Windsor. HEX triplet: 40, 27 and 71. RGB value is (64,39,113). Sum of RGB (Red+Green+Blue) = 64+39+113=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #402771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402771 is #BFD88E. Grayscale: #363636. Windows color (decimal): -12572815 or 7415616. OLE color: 7415616.

HSL color Cylindrical-coordinate representation of color #402771: hue angle of 260.27º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #402771 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6439113-
CMYK0.430.6500.56
HSL260.27º48.68%29.8%-
HSV(B)260.27º65.49%44.31%-
XYZ5.823.7316.04-
YUV54.91160.78134.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=29.63%
G=18.06%
B=52.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64391130.430.6500.56260.2748.6829.8
Hex4027712B41038104311e
Octal10047161531010704046136
Binary100000010011111100011010111000001011100010000010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402771; }

 p { color: rgb(64,39,113); }

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

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

 a { background-color: rgb(64,39,113); }

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

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

 span { border-color: rgb(64,39,113); }

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