#402770

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

Shades of Windsor #402770

Tints of Windsor #402770

Color information

#402770 (or 0x402770) is unknown color: approx Windsor. HEX triplet: 40, 27 and 70. RGB value is (64,39,112). Sum of RGB (Red+Green+Blue) = 64+39+112=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #402770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402770 is #BFD88F. Grayscale: #363636. Windows color (decimal): -12572816 or 7350080. OLE color: 7350080.

HSL color Cylindrical-coordinate representation of color #402770: hue angle of 260.55º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #402770 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6439112-
CMYK0.430.6500.56
HSL260.55º48.34%29.61%-
HSV(B)260.55º65.18%43.92%-
XYZ5.763.7115.74-
YUV54.8160.28134.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=29.77%
G=18.14%
B=52.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64391120.430.6500.56260.5548.3429.61
Hex4027702B41038105301e
Octal10047160531010704056036
Binary100000010011111100001010111000001011100010000010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402770; }

 p { color: rgb(64,39,112); }

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

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

 a { background-color: rgb(64,39,112); }

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

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

 span { border-color: rgb(64,39,112); }

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