#402071

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

Shades of Windsor #402071

Tints of Windsor #402071

Color information

#402071 (or 0x402071) is unknown color: approx Windsor. HEX triplet: 40, 20 and 71. RGB value is (64,32,113). Sum of RGB (Red+Green+Blue) = 64+32+113=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #402071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402071 is #BFDF8E. Grayscale: #323232. Windows color (decimal): -12574607 or 7413824. OLE color: 7413824.

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

Color convert

RGB6432113-
CMYK0.430.7200.56
HSL263.7º55.86%28.43%-
HSV(B)263.7º71.68%44.31%-
XYZ5.613.3215.97-
YUV50.8163.1137.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=30.62%
G=15.31%
B=54.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64321130.430.7200.56263.755.8628.43
Hex4020712B48038108381c
Octal10040161531100704107034
Binary100000010000011100011010111001000011100010000100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402071; }

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

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

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

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

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

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

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

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