#41337C

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

Shades of Windsor #41337C

Tints of Windsor #41337C

Color information

#41337C (or 0x41337C) is unknown color: approx Windsor. HEX triplet: 41, 33 and 7C. RGB value is (65,51,124). Sum of RGB (Red+Green+Blue) = 65+51+124=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #41337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41337C is #BECC83. Grayscale: #3F3F3F. Windows color (decimal): -12504196 or 8139585. OLE color: 8139585.

HSL color Cylindrical-coordinate representation of color #41337C: hue angle of 251.51º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41337C is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6551124-
CMYK0.480.5900.51
HSL251.51º41.71%34.31%-
HSV(B)251.51º58.87%48.63%-
XYZ74.9519.65-
YUV63.51162.14129.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=27.08%
G=21.25%
B=51.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65511240.480.5900.51251.5141.7134.31
Hex41337C303B033fc2a22
Octal1016317460730633745242
Binary10000011100111111100110000111011011001111111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41337C; }

 p { color: rgb(65,51,124); }

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

<style>
 a { background-color: #41337C; }

 a { background-color: rgb(65,51,124); }

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

<style>
 span { border-color: #41337C; }

 span { border-color: rgb(65,51,124); }

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