#412075

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

Shades of Windsor #412075

Tints of Windsor #412075

Color information

#412075 (or 0x412075) is unknown color: approx Windsor. HEX triplet: 41, 20 and 75. RGB value is (65,32,117). Sum of RGB (Red+Green+Blue) = 65+32+117=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #412075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412075 is #BEDF8A. Grayscale: #333333. Windows color (decimal): -12509067 or 7675969. OLE color: 7675969.

HSL color Cylindrical-coordinate representation of color #412075: hue angle of 263.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412075 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6532117-
CMYK0.440.7300.54
HSL263.29º57.05%29.22%-
HSV(B)263.29º72.65%45.88%-
XYZ5.913.4417.18-
YUV51.56164.93137.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=30.37%
G=14.95%
B=54.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65321170.440.7300.54263.2957.0529.22
Hex4120752C49036107391d
Octal10140165541110664077135
Binary100000110000011101011011001001001011011010000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412075; }

 p { color: rgb(65,32,117); }

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

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

 a { background-color: rgb(65,32,117); }

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

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

 span { border-color: rgb(65,32,117); }

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