#411D7C

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

Shades of Windsor #411D7C

Tints of Windsor #411D7C

Color information

#411D7C (or 0x411D7C) is unknown color: approx Windsor. HEX triplet: 41, 1D and 7C. RGB value is (65,29,124). Sum of RGB (Red+Green+Blue) = 65+29+124=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #411D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D7C is #BEE283. Grayscale: #323232. Windows color (decimal): -12509828 or 8133953. OLE color: 8133953.

HSL color Cylindrical-coordinate representation of color #411D7C: hue angle of 262.74º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411D7C is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6529124-
CMYK0.480.7700.51
HSL262.74º62.09%30%-
HSV(B)262.74º76.61%48.63%-
XYZ6.263.4619.41-
YUV50.59169.43138.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=29.82%
G=13.30%
B=56.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65291240.480.7700.51262.7462.0930
Hex411D7C304D0331073e1e
Octal10135174601150634077636
Binary10000011110111111001100001001101011001110000011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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