#413477

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

Shades of Windsor #413477

Tints of Windsor #413477

Color information

#413477 (or 0x413477) is unknown color: approx Windsor. HEX triplet: 41, 34 and 77. RGB value is (65,52,119). Sum of RGB (Red+Green+Blue) = 65+52+119=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #413477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413477 is #BECB88. Grayscale: #3F3F3F. Windows color (decimal): -12503945 or 7812161. OLE color: 7812161.

HSL color Cylindrical-coordinate representation of color #413477: hue angle of 251.64º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #413477 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6552119-
CMYK0.450.5600.53
HSL251.64º39.18%33.53%-
HSV(B)251.64º56.3%46.67%-
XYZ6.744.9118.05-
YUV63.52159.31129.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=27.54%
G=22.03%
B=50.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65521190.450.5600.53251.6439.1833.53
Hex4134772D38035fc2722
Octal1016416755700653744742
Binary10000011101001110111101101111000011010111111100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413477; }

 p { color: rgb(65,52,119); }

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

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

 a { background-color: rgb(65,52,119); }

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

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

 span { border-color: rgb(65,52,119); }

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