#402074

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

Shades of Windsor #402074

Tints of Windsor #402074

Color information

#402074 (or 0x402074) is unknown color: approx Windsor. HEX triplet: 40, 20 and 74. RGB value is (64,32,116). Sum of RGB (Red+Green+Blue) = 64+32+116=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #402074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402074 is #BFDF8B. Grayscale: #323232. Windows color (decimal): -12574604 or 7610432. OLE color: 7610432.

HSL color Cylindrical-coordinate representation of color #402074: hue angle of 262.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402074 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6432116-
CMYK0.450.7200.55
HSL262.86º56.76%29.02%-
HSV(B)262.86º72.41%45.49%-
XYZ5.783.3816.87-
YUV51.14164.6137.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=30.19%
G=15.09%
B=54.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64321160.450.7200.55262.8656.7629.02
Hex4020742D48037107391d
Octal10040164551100674077135
Binary100000010000011101001011011001000011011110000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402074; }

 p { color: rgb(64,32,116); }

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

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

 a { background-color: rgb(64,32,116); }

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

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

 span { border-color: rgb(64,32,116); }

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