#41317F

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

Shades of Windsor #41317F

Tints of Windsor #41317F

Color information

#41317F (or 0x41317F) is unknown color: approx Windsor. HEX triplet: 41, 31 and 7F. RGB value is (65,49,127). Sum of RGB (Red+Green+Blue) = 65+49+127=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #41317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41317F is #BECE80. Grayscale: #3E3E3E. Windows color (decimal): -12504705 or 8335681. OLE color: 8335681.

HSL color Cylindrical-coordinate representation of color #41317F: hue angle of 252.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41317F is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6549127-
CMYK0.490.6100.50
HSL252.31º44.32%34.51%-
HSV(B)252.31º61.42%49.8%-
XYZ7.114.8520.64-
YUV62.68164.3129.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 127 (50% from 255) = 52.70%
R=26.97%
G=20.33%
B=52.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65491270.490.6100.50252.3144.3234.51
Hex41317F313D032fc2c23
Octal1016117761750623745443
Binary10000011100011111111110001111101011001011111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41317F; }

 p { color: rgb(65,49,127); }

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

<style>
 a { background-color: #41317F; }

 a { background-color: rgb(65,49,127); }

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

<style>
 span { border-color: #41317F; }

 span { border-color: rgb(65,49,127); }

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