#403377

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

Shades of Windsor #403377

Tints of Windsor #403377

Color information

#403377 (or 0x403377) is unknown color: approx Windsor. HEX triplet: 40, 33 and 77. RGB value is (64,51,119). Sum of RGB (Red+Green+Blue) = 64+51+119=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #403377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403377 is #BFCC88. Grayscale: #3E3E3E. Windows color (decimal): -12569737 or 7811904. OLE color: 7811904.

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

Color convert

RGB6451119-
CMYK0.460.5700.53
HSL251.47º40%33.33%-
HSV(B)251.47º57.14%46.67%-
XYZ6.634.7918.03-
YUV62.64159.81128.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=27.35%
G=21.79%
B=50.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64511190.460.5700.53251.474033.33
Hex4033772E39035fb2821
Octal1006316756710653735041
Binary10000001100111110111101110111001011010111111011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403377; }

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

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

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

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

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

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

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

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