#403277

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

Shades of Windsor #403277

Tints of Windsor #403277

Color information

#403277 (or 0x403277) is unknown color: approx Windsor. HEX triplet: 40, 32 and 77. RGB value is (64,50,119). Sum of RGB (Red+Green+Blue) = 64+50+119=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #403277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403277 is #BFCD88. Grayscale: #3D3D3D. Windows color (decimal): -12569993 or 7811648. OLE color: 7811648.

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

Color convert

RGB6450119-
CMYK0.460.5800.53
HSL252.17º40.83%33.14%-
HSV(B)252.17º57.98%46.67%-
XYZ6.584.718.01-
YUV62.05160.14129.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=27.47%
G=21.46%
B=51.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64501190.460.5800.53252.1740.8333.14
Hex4032772E3A035fc2921
Octal1006216756720653745141
Binary10000001100101110111101110111010011010111111100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403277; }

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

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

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

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

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

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

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

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