#402177

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

Shades of Windsor #402177

Tints of Windsor #402177

Color information

#402177 (or 0x402177) is unknown color: approx Windsor. HEX triplet: 40, 21 and 77. RGB value is (64,33,119). Sum of RGB (Red+Green+Blue) = 64+33+119=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #402177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402177 is #BFDE88. Grayscale: #333333. Windows color (decimal): -12574345 or 7807296. OLE color: 7807296.

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

Color convert

RGB6433119-
CMYK0.460.7200.53
HSL261.63º56.58%29.8%-
HSV(B)261.63º72.27%46.67%-
XYZ5.993.5117.81-
YUV52.07165.77136.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=29.63%
G=15.28%
B=55.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64331190.460.7200.53261.6356.5829.8
Hex4021772E48035106391e
Octal10041167561100654067136
Binary100000010000111101111011101001000011010110000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402177; }

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

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

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

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

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

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

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

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