#41317B

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

Shades of Windsor #41317B

Tints of Windsor #41317B

Color information

#41317B (or 0x41317B) is unknown color: approx Windsor. HEX triplet: 41, 31 and 7B. RGB value is (65,49,123). Sum of RGB (Red+Green+Blue) = 65+49+123=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #41317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41317B is #BECE84. Grayscale: #3D3D3D. Windows color (decimal): -12504709 or 8073537. OLE color: 8073537.

HSL color Cylindrical-coordinate representation of color #41317B: hue angle of 252.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41317B is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6549123-
CMYK0.470.6000.52
HSL252.97º43.02%33.73%-
HSV(B)252.97º60.16%48.24%-
XYZ6.854.7519.29-
YUV62.22162.3129.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=27.43%
G=20.68%
B=51.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65491230.470.6000.52252.9743.0233.73
Hex41317B2F3C034fd2b22
Octal1016117357740643755342
Binary10000011100011111011101111111100011010011111101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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