#413276

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

Shades of Windsor #413276

Tints of Windsor #413276

Color information

#413276 (or 0x413276) is unknown color: approx Windsor. HEX triplet: 41, 32 and 76. RGB value is (65,50,118). Sum of RGB (Red+Green+Blue) = 65+50+118=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #413276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413276 is #BECD89. Grayscale: #3D3D3D. Windows color (decimal): -12504458 or 7746113. OLE color: 7746113.

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

Color convert

RGB6550118-
CMYK0.450.5800.54
HSL253.24º40.48%32.94%-
HSV(B)253.24º57.63%46.27%-
XYZ6.594.7117.7-
YUV62.24159.47129.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=27.90%
G=21.46%
B=50.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65501180.450.5800.54253.2440.4832.94
Hex4132762D3A036fd2821
Octal1016216655720663755041
Binary10000011100101110110101101111010011011011111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413276; }

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

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

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

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

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

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

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

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