#412279

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

Shades of Windsor #412279

Tints of Windsor #412279

Color information

#412279 (or 0x412279) is unknown color: approx Windsor. HEX triplet: 41, 22 and 79. RGB value is (65,34,121). Sum of RGB (Red+Green+Blue) = 65+34+121=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #412279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412279 is #BEDD86. Grayscale: #343434. Windows color (decimal): -12508551 or 7938625. OLE color: 7938625.

HSL color Cylindrical-coordinate representation of color #412279: hue angle of 261.38º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412279 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6534121-
CMYK0.460.7200.53
HSL261.38º56.13%30.39%-
HSV(B)261.38º71.9%47.45%-
XYZ6.23.6518.47-
YUV53.19166.27136.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 121 (47.66% from 255) = 55%
R=29.55%
G=15.45%
B=55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65341210.460.7200.53261.3856.1330.39
Hex4122792E48035105381e
Octal10142171561100654057036
Binary100000110001011110011011101001000011010110000010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412279; }

 p { color: rgb(65,34,121); }

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

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

 a { background-color: rgb(65,34,121); }

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

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

 span { border-color: rgb(65,34,121); }

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