#402C71

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

Shades of Windsor #402C71

Tints of Windsor #402C71

Color information

#402C71 (or 0x402C71) is unknown color: approx Windsor. HEX triplet: 40, 2C and 71. RGB value is (64,44,113). Sum of RGB (Red+Green+Blue) = 64+44+113=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #402C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C71 is #BFD38E. Grayscale: #393939. Windows color (decimal): -12571535 or 7416896. OLE color: 7416896.

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

Color convert

RGB6444113-
CMYK0.430.6100.56
HSL257.39º43.95%30.78%-
HSV(B)257.39º61.06%44.31%-
XYZ64.0816.09-
YUV57.85159.13132.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=28.96%
G=19.91%
B=51.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64441130.430.6100.56257.3943.9530.78
Hex402C712B3D0381012c1f
Octal1005416153750704015437
Binary10000001011001110001101011111101011100010000000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402C71; }

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

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

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

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

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

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

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

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