#413479

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

Shades of Windsor #413479

Tints of Windsor #413479

Color information

#413479 (or 0x413479) is unknown color: approx Windsor. HEX triplet: 41, 34 and 79. RGB value is (65,52,121). Sum of RGB (Red+Green+Blue) = 65+52+121=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #413479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413479 is #BECB86. Grayscale: #3F3F3F. Windows color (decimal): -12503943 or 7943233. OLE color: 7943233.

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

Color convert

RGB6552121-
CMYK0.460.5700.53
HSL251.3º39.88%33.92%-
HSV(B)251.3º57.02%47.45%-
XYZ6.864.9618.69-
YUV63.75160.31128.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 121 (47.66% from 255) = 50.84%
R=27.31%
G=21.85%
B=50.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65521210.460.5700.53251.339.8833.92
Hex4134792E39035fb2822
Octal1016417156710653735042
Binary10000011101001111001101110111001011010111111011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413479; }

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

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

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

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

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

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

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

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