#411B77

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

Shades of Windsor #411B77

Tints of Windsor #411B77

Color information

#411B77 (or 0x411B77) is unknown color: approx Windsor. HEX triplet: 41, 1B and 77. RGB value is (65,27,119). Sum of RGB (Red+Green+Blue) = 65+27+119=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #411B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B77 is #BEE488. Grayscale: #303030. Windows color (decimal): -12510345 or 7805761. OLE color: 7805761.

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

Color convert

RGB6527119-
CMYK0.450.7700.53
HSL264.78º63.01%28.63%-
HSV(B)264.78º77.31%46.67%-
XYZ5.93.2417.77-
YUV48.85167.59139.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=30.81%
G=12.80%
B=56.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65271190.450.7700.53264.7863.0128.63
Hex411B772D4D0351093f1d
Octal10133167551150654117735
Binary10000011101111101111011011001101011010110000100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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