#41236D

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

Shades of Windsor #41236D

Tints of Windsor #41236D

Color information

#41236D (or 0x41236D) is unknown color: approx Windsor. HEX triplet: 41, 23 and 6D. RGB value is (65,35,109). Sum of RGB (Red+Green+Blue) = 65+35+109=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #41236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41236D is #BEDC92. Grayscale: #343434. Windows color (decimal): -12508307 or 7152449. OLE color: 7152449.

HSL color Cylindrical-coordinate representation of color #41236D: hue angle of 264.32º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41236D is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6535109-
CMYK0.400.6800.57
HSL264.32º51.39%28.24%-
HSV(B)264.32º67.89%42.75%-
XYZ5.543.4314.84-
YUV52.41159.94136.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=31.10%
G=16.75%
B=52.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65351090.400.6800.57264.3251.3928.24
Hex41236D2844039108331c
Octal10143155501040714106334
Binary100000110001111011011010001000100011100110000100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41236D; }

 p { color: rgb(65,35,109); }

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

<style>
 a { background-color: #41236D; }

 a { background-color: rgb(65,35,109); }

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

<style>
 span { border-color: #41236D; }

 span { border-color: rgb(65,35,109); }

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