#402777

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

Shades of Windsor #402777

Tints of Windsor #402777

Color information

#402777 (or 0x402777) is unknown color: approx Windsor. HEX triplet: 40, 27 and 77. RGB value is (64,39,119). Sum of RGB (Red+Green+Blue) = 64+39+119=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #402777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402777 is #BFD888. Grayscale: #373737. Windows color (decimal): -12572809 or 7808832. OLE color: 7808832.

HSL color Cylindrical-coordinate representation of color #402777: hue angle of 258.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402777 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6439119-
CMYK0.460.6700.53
HSL258.75º50.63%30.98%-
HSV(B)258.75º67.23%46.67%-
XYZ6.173.8717.88-
YUV55.6163.78134-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=28.83%
G=17.57%
B=53.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64391190.460.6700.53258.7550.6330.98
Hex4027772E43035103331f
Octal10047167561030654036337
Binary100000010011111101111011101000011011010110000001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402777; }

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

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

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

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

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

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

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

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