#41256D

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

Shades of Windsor #41256D

Tints of Windsor #41256D

Color information

#41256D (or 0x41256D) is unknown color: approx Windsor. HEX triplet: 41, 25 and 6D. RGB value is (65,37,109). Sum of RGB (Red+Green+Blue) = 65+37+109=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #41256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41256D is #BEDA92. Grayscale: #353535. Windows color (decimal): -12507795 or 7152961. OLE color: 7152961.

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

Color convert

RGB6537109-
CMYK0.400.6600.57
HSL263.33º49.32%28.63%-
HSV(B)263.33º66.06%42.75%-
XYZ5.63.5514.86-
YUV53.58159.28136.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=30.81%
G=17.54%
B=51.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65371090.400.6600.57263.3349.3228.63
Hex41256D2842039107311d
Octal10145155501020714076135
Binary100000110010111011011010001000010011100110000011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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