#402672

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

Shades of Windsor #402672

Tints of Windsor #402672

Color information

#402672 (or 0x402672) is unknown color: approx Windsor. HEX triplet: 40, 26 and 72. RGB value is (64,38,114). Sum of RGB (Red+Green+Blue) = 64+38+114=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #402672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402672 is #BFD98D. Grayscale: #363636. Windows color (decimal): -12573070 or 7480896. OLE color: 7480896.

HSL color Cylindrical-coordinate representation of color #402672: hue angle of 260.53º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402672 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6438114-
CMYK0.440.6700.55
HSL260.53º50%29.8%-
HSV(B)260.53º66.67%44.71%-
XYZ5.843.6916.32-
YUV54.44161.61134.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=29.63%
G=17.59%
B=52.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64381140.440.6700.55260.535029.8
Hex4026722C43037105321e
Octal10046162541030674056236
Binary100000010011011100101011001000011011011110000010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402672; }

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

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

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

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

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

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

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

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