#403077

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

Shades of Windsor #403077

Tints of Windsor #403077

Color information

#403077 (or 0x403077) is unknown color: approx Windsor. HEX triplet: 40, 30 and 77. RGB value is (64,48,119). Sum of RGB (Red+Green+Blue) = 64+48+119=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #403077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403077 is #BFCF88. Grayscale: #3C3C3C. Windows color (decimal): -12570505 or 7811136. OLE color: 7811136.

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

Color convert

RGB6448119-
CMYK0.460.6000.53
HSL253.52º42.51%32.75%-
HSV(B)253.52º59.66%46.67%-
XYZ6.54.5417.99-
YUV60.88160.8130.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=27.71%
G=20.78%
B=51.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64481190.460.6000.53253.5242.5132.75
Hex4030772E3C035fe2b21
Octal1006016756740653765341
Binary10000001100001110111101110111100011010111111110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403077; }

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

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

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

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

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

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

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

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