#402A72

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

Shades of Windsor #402A72

Tints of Windsor #402A72

Color information

#402A72 (or 0x402A72) is unknown color: approx Windsor. HEX triplet: 40, 2A and 72. RGB value is (64,42,114). Sum of RGB (Red+Green+Blue) = 64+42+114=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #402A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A72 is #BFD58D. Grayscale: #383838. Windows color (decimal): -12572046 or 7481920. OLE color: 7481920.

HSL color Cylindrical-coordinate representation of color #402A72: hue angle of 258.33º 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 #402A72 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6442114-
CMYK0.440.6300.55
HSL258.33º46.15%30.59%-
HSV(B)258.33º63.16%44.71%-
XYZ5.983.9616.37-
YUV56.79160.29133.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=29.09%
G=19.09%
B=51.82%

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
Decimal64421140.440.6300.55258.3346.1530.59
Hex402A722C3F0371022e1f
Octal1005216254770674025637
Binary10000001010101110010101100111111011011110000001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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