#402C75

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

Shades of Windsor #402C75

Tints of Windsor #402C75

Color information

#402C75 (or 0x402C75) is unknown color: approx Windsor. HEX triplet: 40, 2C and 75. RGB value is (64,44,117). Sum of RGB (Red+Green+Blue) = 64+44+117=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #402C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C75 is #BFD38A. Grayscale: #3A3A3A. Windows color (decimal): -12571531 or 7679040. OLE color: 7679040.

HSL color Cylindrical-coordinate representation of color #402C75: hue angle of 256.44º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402C75 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6444117-
CMYK0.450.6200.54
HSL256.44º45.34%31.57%-
HSV(B)256.44º62.39%45.88%-
XYZ6.234.1817.31-
YUV58.3161.13132.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 117 (46.09% from 255) = 52%
R=28.44%
G=19.56%
B=52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64441170.450.6200.54256.4445.3431.57
Hex402C752D3E0361002d20
Octal1005416555760664005540
Binary100000010110011101011011011111100110110100000000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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