#41337B

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

Shades of Windsor #41337B

Tints of Windsor #41337B

Color information

#41337B (or 0x41337B) is unknown color: approx Windsor. HEX triplet: 41, 33 and 7B. RGB value is (65,51,123). Sum of RGB (Red+Green+Blue) = 65+51+123=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #41337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41337B is #BECC84. Grayscale: #3F3F3F. Windows color (decimal): -12504197 or 8074049. OLE color: 8074049.

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

Color convert

RGB6551123-
CMYK0.470.5900.52
HSL251.67º41.38%34.12%-
HSV(B)251.67º58.54%48.24%-
XYZ6.944.9219.32-
YUV63.39161.64129.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=27.20%
G=21.34%
B=51.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65511230.470.5900.52251.6741.3834.12
Hex41337B2F3B034fc2922
Octal1016317357730643745142
Binary10000011100111111011101111111011011010011111100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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