#411A73

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

Shades of Windsor #411A73

Tints of Windsor #411A73

Color information

#411A73 (or 0x411A73) is unknown color: approx Windsor. HEX triplet: 41, 1A and 73. RGB value is (65,26,115). Sum of RGB (Red+Green+Blue) = 65+26+115=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #411A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A73 is #BEE58C. Grayscale: #2F2F2F. Windows color (decimal): -12510605 or 7543361. OLE color: 7543361.

HSL color Cylindrical-coordinate representation of color #411A73: hue angle of 266.29º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411A73 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6526115-
CMYK0.430.7700.55
HSL266.29º63.12%27.65%-
HSV(B)266.29º77.39%45.1%-
XYZ5.643.116.52-
YUV47.81165.92140.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=31.55%
G=12.62%
B=55.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65261150.430.7700.55266.2963.1227.65
Hex411A732B4D03710a3f1c
Octal10132163531150674127734
Binary10000011101011100111010111001101011011110000101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,26,115); }

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

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

 a { background-color: rgb(65,26,115); }

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

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

 span { border-color: rgb(65,26,115); }

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