#411D76

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

Shades of Windsor #411D76

Tints of Windsor #411D76

Color information

#411D76 (or 0x411D76) is unknown color: approx Windsor. HEX triplet: 41, 1D and 76. RGB value is (65,29,118). Sum of RGB (Red+Green+Blue) = 65+29+118=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #411D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D76 is #BEE289. Grayscale: #313131. Windows color (decimal): -12509834 or 7740737. OLE color: 7740737.

HSL color Cylindrical-coordinate representation of color #411D76: hue angle of 264.27º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411D76 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6529118-
CMYK0.450.7500.54
HSL264.27º60.54%28.82%-
HSV(B)264.27º75.42%46.27%-
XYZ5.893.3117.47-
YUV49.91166.43138.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=30.66%
G=13.68%
B=55.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65291180.450.7500.54264.2760.5428.82
Hex411D762D4B0361083d1d
Octal10135166551130664107535
Binary10000011110111101101011011001011011011010000100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D76; }

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

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

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

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

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

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

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

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