#402A73

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

Shades of Windsor #402A73

Tints of Windsor #402A73

Color information

#402A73 (or 0x402A73) is unknown color: approx Windsor. HEX triplet: 40, 2A and 73. RGB value is (64,42,115). Sum of RGB (Red+Green+Blue) = 64+42+115=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #402A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A73 is #BFD58C. Grayscale: #383838. Windows color (decimal): -12572045 or 7547456. OLE color: 7547456.

HSL color Cylindrical-coordinate representation of color #402A73: hue angle of 258.08º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #402A73 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6442115-
CMYK0.440.6300.55
HSL258.08º46.5%30.78%-
HSV(B)258.08º63.48%45.1%-
XYZ6.043.9816.67-
YUV56.9160.79133.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=28.96%
G=19.00%
B=52.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64421150.440.6300.55258.0846.530.78
Hex402A732C3F0371022e1f
Octal1005216354770674025637
Binary10000001010101110011101100111111011011110000001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,115); }

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

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

 a { background-color: rgb(64,42,115); }

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

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

 span { border-color: rgb(64,42,115); }

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