#413279

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

Shades of Windsor #413279

Tints of Windsor #413279

Color information

#413279 (or 0x413279) is unknown color: approx Windsor. HEX triplet: 41, 32 and 79. RGB value is (65,50,121). Sum of RGB (Red+Green+Blue) = 65+50+121=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #413279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413279 is #BECD86. Grayscale: #3E3E3E. Windows color (decimal): -12504455 or 7942721. OLE color: 7942721.

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

Color convert

RGB6550121-
CMYK0.460.5900.53
HSL252.68º41.52%33.53%-
HSV(B)252.68º58.68%47.45%-
XYZ6.774.7918.66-
YUV62.58160.97129.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=27.54%
G=21.19%
B=51.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65501210.460.5900.53252.6841.5233.53
Hex4132792E3B035fd2a22
Octal1016217156730653755242
Binary10000011100101111001101110111011011010111111101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413279; }

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

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

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

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

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

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

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

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