#412672

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

Shades of Windsor #412672

Tints of Windsor #412672

Color information

#412672 (or 0x412672) is unknown color: approx Windsor. HEX triplet: 41, 26 and 72. RGB value is (65,38,114). Sum of RGB (Red+Green+Blue) = 65+38+114=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #412672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412672 is #BED98D. Grayscale: #363636. Windows color (decimal): -12507534 or 7480897. OLE color: 7480897.

HSL color Cylindrical-coordinate representation of color #412672: hue angle of 261.32º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412672 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6538114-
CMYK0.430.6700.55
HSL261.32º50%29.8%-
HSV(B)261.32º66.67%44.71%-
XYZ5.913.7216.33-
YUV54.74161.45135.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=29.95%
G=17.51%
B=52.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65381140.430.6700.55261.325029.8
Hex4126722B43037105321e
Octal10146162531030674056236
Binary100000110011011100101010111000011011011110000010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412672; }

 p { color: rgb(65,38,114); }

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

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

 a { background-color: rgb(65,38,114); }

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

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

 span { border-color: rgb(65,38,114); }

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