#412B6D

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

Shades of Windsor #412B6D

Tints of Windsor #412B6D

Color information

#412B6D (or 0x412B6D) is unknown color: approx Windsor. HEX triplet: 41, 2B and 6D. RGB value is (65,43,109). Sum of RGB (Red+Green+Blue) = 65+43+109=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #412B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B6D is #BED492. Grayscale: #383838. Windows color (decimal): -12506259 or 7154497. OLE color: 7154497.

HSL color Cylindrical-coordinate representation of color #412B6D: hue angle of 260º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412B6D is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6543109-
CMYK0.400.6100.57
HSL260º43.42%29.8%-
HSV(B)260º60.55%42.75%-
XYZ5.83.9614.93-
YUV57.1157.29133.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=29.95%
G=19.82%
B=50.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65431090.400.6100.5726043.4229.8
Hex412B6D283D0391042b1e
Octal1015315550750714045336
Binary10000011010111101101101000111101011100110000010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B6D; }

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

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

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

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

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

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

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

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