#402980

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

Shades of Windsor #402980

Tints of Windsor #402980

Color information

#402980 (or 0x402980) is unknown color: approx Windsor. HEX triplet: 40, 29 and 80. RGB value is (64,41,128). Sum of RGB (Red+Green+Blue) = 64+41+128=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #402980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402980 is #BFD67F. Grayscale: #393939. Windows color (decimal): -12572288 or 8399168. OLE color: 8399168.

HSL color Cylindrical-coordinate representation of color #402980: hue angle of 255.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402980 is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6441128-
CMYK0.50.6800.50
HSL255.86º51.48%33.14%-
HSV(B)255.86º67.97%50.2%-
XYZ6.84.2320.88-
YUV57.8167.62132.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 128 (50.39% from 255) = 54.94%
R=27.47%
G=17.60%
B=54.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64411280.50.6800.50255.8651.4833.14
Hex40298032440321003321
Octal10051200621040624006341
Binary10000001010011000000011001010001000110010100000000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402980; }

 p { color: rgb(64,41,128); }

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

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

 a { background-color: rgb(64,41,128); }

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

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

 span { border-color: rgb(64,41,128); }

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