#41297D

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

Shades of Windsor #41297D

Tints of Windsor #41297D

Color information

#41297D (or 0x41297D) is unknown color: approx Windsor. HEX triplet: 41, 29 and 7D. RGB value is (65,41,125). Sum of RGB (Red+Green+Blue) = 65+41+125=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #41297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41297D is #BED682. Grayscale: #393939. Windows color (decimal): -12506755 or 8202561. OLE color: 8202561.

HSL color Cylindrical-coordinate representation of color #41297D: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41297D is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6541125-
CMYK0.480.6700.51
HSL257.14º50.6%32.55%-
HSV(B)257.14º67.2%49.02%-
XYZ6.674.1919.86-
YUV57.75165.95133.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 125 (49.22% from 255) = 54.11%
R=28.14%
G=17.75%
B=54.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65411250.480.6700.51257.1450.632.55
Hex41297D30430331013321
Octal10151175601030634016341
Binary1000001101001111110111000010000110110011100000001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,41,125); }

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

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

 a { background-color: rgb(65,41,125); }

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

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

 span { border-color: rgb(65,41,125); }

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