#413376

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

Shades of Windsor #413376

Tints of Windsor #413376

Color information

#413376 (or 0x413376) is unknown color: approx Windsor. HEX triplet: 41, 33 and 76. RGB value is (65,51,118). Sum of RGB (Red+Green+Blue) = 65+51+118=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #413376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413376 is #BECC89. Grayscale: #3E3E3E. Windows color (decimal): -12504202 or 7746369. OLE color: 7746369.

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

Color convert

RGB6551118-
CMYK0.450.5700.54
HSL252.54º39.64%33.14%-
HSV(B)252.54º56.78%46.27%-
XYZ6.634.817.72-
YUV62.82159.14129.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=27.78%
G=21.79%
B=50.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65511180.450.5700.54252.5439.6433.14
Hex4133762D39036fd2821
Octal1016316655710663755041
Binary10000011100111110110101101111001011011011111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413376; }

 p { color: rgb(65,51,118); }

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

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

 a { background-color: rgb(65,51,118); }

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

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

 span { border-color: rgb(65,51,118); }

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