#411B79

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

Shades of Windsor #411B79

Tints of Windsor #411B79

Color information

#411B79 (or 0x411B79) is unknown color: approx Windsor. HEX triplet: 41, 1B and 79. RGB value is (65,27,121). Sum of RGB (Red+Green+Blue) = 65+27+121=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #411B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B79 is #BEE486. Grayscale: #303030. Windows color (decimal): -12510343 or 7936833. OLE color: 7936833.

HSL color Cylindrical-coordinate representation of color #411B79: hue angle of 264.26º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411B79 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6527121-
CMYK0.460.7800.53
HSL264.26º63.51%29.02%-
HSV(B)264.26º77.69%47.45%-
XYZ6.023.2918.41-
YUV49.08168.59139.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=30.52%
G=12.68%
B=56.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65271210.460.7800.53264.2663.5129.02
Hex411B792E4E035108401d
Octal101331715611606541010035
Binary100000111011111100110111010011100110101100001000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,27,121); }

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

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

 a { background-color: rgb(65,27,121); }

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

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

 span { border-color: rgb(65,27,121); }

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