#412D7A

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

Shades of Windsor #412D7A

Tints of Windsor #412D7A

Color information

#412D7A (or 0x412D7A) is unknown color: approx Windsor. HEX triplet: 41, 2D and 7A. RGB value is (65,45,122). Sum of RGB (Red+Green+Blue) = 65+45+122=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #412D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D7A is #BED285. Grayscale: #3B3B3B. Windows color (decimal): -12505734 or 8006977. OLE color: 8006977.

HSL color Cylindrical-coordinate representation of color #412D7A: hue angle of 255.58º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412D7A is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6545122-
CMYK0.470.6300.52
HSL255.58º46.11%32.75%-
HSV(B)255.58º63.11%47.84%-
XYZ6.634.4118.91-
YUV59.76163.13131.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=28.02%
G=19.40%
B=52.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65451220.470.6300.52255.5846.1132.75
Hex412D7A2F3F0341002e21
Octal1015517257770644005641
Binary100000110110111110101011111111110110100100000000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,45,122); }

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

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

 a { background-color: rgb(65,45,122); }

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

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

 span { border-color: rgb(65,45,122); }

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