#41266C

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

Shades of Windsor #41266C

Tints of Windsor #41266C

Color information

#41266C (or 0x41266C) is unknown color: approx Windsor. HEX triplet: 41, 26 and 6C. RGB value is (65,38,108). Sum of RGB (Red+Green+Blue) = 65+38+108=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #41266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41266C is #BED993. Grayscale: #353535. Windows color (decimal): -12507540 or 7087681. OLE color: 7087681.

HSL color Cylindrical-coordinate representation of color #41266C: hue angle of 263.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41266C is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6538108-
CMYK0.400.6500.58
HSL263.14º47.95%28.63%-
HSV(B)263.14º64.81%42.35%-
XYZ5.583.5914.59-
YUV54.05158.45135.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=30.81%
G=18.01%
B=51.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65381080.400.6500.58263.1447.9528.63
Hex41266C284103A107301d
Octal10146154501010724076035
Binary100000110011011011001010001000001011101010000011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,38,108); }

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

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

 a { background-color: rgb(65,38,108); }

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

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

 span { border-color: rgb(65,38,108); }

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