#412A71

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

Shades of Windsor #412A71

Tints of Windsor #412A71

Color information

#412A71 (or 0x412A71) is unknown color: approx Windsor. HEX triplet: 41, 2A and 71. RGB value is (65,42,113). Sum of RGB (Red+Green+Blue) = 65+42+113=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #412A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A71 is #BED58E. Grayscale: #383838. Windows color (decimal): -12506511 or 7416385. OLE color: 7416385.

HSL color Cylindrical-coordinate representation of color #412A71: hue angle of 259.44º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412A71 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6542113-
CMYK0.420.6300.56
HSL259.44º45.81%30.39%-
HSV(B)259.44º62.83%44.31%-
XYZ5.993.9716.07-
YUV56.97159.62133.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=29.55%
G=19.09%
B=51.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65421130.420.6300.56259.4445.8130.39
Hex412A712A3F0381032e1e
Octal1015216152770704035636
Binary10000011010101110001101010111111011100010000001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,42,113); }

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

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

 a { background-color: rgb(65,42,113); }

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

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

 span { border-color: rgb(65,42,113); }

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