#41276E

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

Shades of Windsor #41276E

Tints of Windsor #41276E

Color information

#41276E (or 0x41276E) is unknown color: approx Windsor. HEX triplet: 41, 27 and 6E. RGB value is (65,39,110). Sum of RGB (Red+Green+Blue) = 65+39+110=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #41276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41276E is #BED891. Grayscale: #363636. Windows color (decimal): -12507282 or 7219009. OLE color: 7219009.

HSL color Cylindrical-coordinate representation of color #41276E: hue angle of 261.97º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41276E is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6539110-
CMYK0.410.6500.57
HSL261.97º47.65%29.22%-
HSV(B)261.97º64.55%43.14%-
XYZ5.723.715.16-
YUV54.87159.11135.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=30.37%
G=18.22%
B=51.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65391100.410.6500.57261.9747.6529.22
Hex41276E2941039106301d
Octal10147156511010714066035
Binary100000110011111011101010011000001011100110000011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41276E; }

 p { color: rgb(65,39,110); }

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

<style>
 a { background-color: #41276E; }

 a { background-color: rgb(65,39,110); }

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

<style>
 span { border-color: #41276E; }

 span { border-color: rgb(65,39,110); }

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