#412176

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

Shades of Windsor #412176

Tints of Windsor #412176

Color information

#412176 (or 0x412176) is unknown color: approx Windsor. HEX triplet: 41, 21 and 76. RGB value is (65,33,118). Sum of RGB (Red+Green+Blue) = 65+33+118=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #412176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412176 is #BEDE89. Grayscale: #333333. Windows color (decimal): -12508810 or 7741761. OLE color: 7741761.

HSL color Cylindrical-coordinate representation of color #412176: hue angle of 262.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412176 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6533118-
CMYK0.450.7200.54
HSL262.59º56.29%29.61%-
HSV(B)262.59º72.03%46.27%-
XYZ5.993.5217.5-
YUV52.26165.1137.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=30.09%
G=15.28%
B=54.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65331180.450.7200.54262.5956.2929.61
Hex4121762D48036107381e
Octal10141166551100664077036
Binary100000110000111101101011011001000011011010000011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412176; }

 p { color: rgb(65,33,118); }

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

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

 a { background-color: rgb(65,33,118); }

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

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

 span { border-color: rgb(65,33,118); }

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