#41276D

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

Shades of Windsor #41276D

Tints of Windsor #41276D

Color information

#41276D (or 0x41276D) is unknown color: approx Windsor. HEX triplet: 41, 27 and 6D. RGB value is (65,39,109). Sum of RGB (Red+Green+Blue) = 65+39+109=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #41276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41276D is #BED892. Grayscale: #363636. Windows color (decimal): -12507283 or 7153473. OLE color: 7153473.

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

Color convert

RGB6539109-
CMYK0.400.6400.57
HSL262.29º47.3%29.02%-
HSV(B)262.29º64.22%42.75%-
XYZ5.673.6814.88-
YUV54.75158.61135.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=30.52%
G=18.31%
B=51.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65391090.400.6400.57262.2947.329.02
Hex41276D28400391062f1d
Octal10147155501000714065735
Binary100000110011111011011010001000000011100110000011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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