#412E70

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

Shades of Windsor #412E70

Tints of Windsor #412E70

Color information

#412E70 (or 0x412E70) is unknown color: approx Windsor. HEX triplet: 41, 2E and 70. RGB value is (65,46,112). Sum of RGB (Red+Green+Blue) = 65+46+112=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #412E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E70 is #BED18F. Grayscale: #3A3A3A. Windows color (decimal): -12505488 or 7351873. OLE color: 7351873.

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

Color convert

RGB6546112-
CMYK0.420.5900.56
HSL257.27º41.77%30.98%-
HSV(B)257.27º58.93%43.92%-
XYZ6.084.2515.83-
YUV59.2157.79132.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=29.15%
G=20.63%
B=50.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65461120.420.5900.56257.2741.7730.98
Hex412E702A3B0381012a1f
Octal1015616052730704015237
Binary10000011011101110000101010111011011100010000000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,46,112); }

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

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

 a { background-color: rgb(65,46,112); }

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

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

 span { border-color: rgb(65,46,112); }

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