#413178

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

Shades of Windsor #413178

Tints of Windsor #413178

Color information

#413178 (or 0x413178) is unknown color: approx Windsor. HEX triplet: 41, 31 and 78. RGB value is (65,49,120). Sum of RGB (Red+Green+Blue) = 65+49+120=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #413178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413178 is #BECE87. Grayscale: #3D3D3D. Windows color (decimal): -12504712 or 7876929. OLE color: 7876929.

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

Color convert

RGB6549120-
CMYK0.460.5900.53
HSL253.52º42.01%33.14%-
HSV(B)253.52º59.17%47.06%-
XYZ6.674.6818.32-
YUV61.88160.8130.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=27.78%
G=20.94%
B=51.28%

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
Decimal65491200.460.5900.53253.5242.0133.14
Hex4131782E3B035fe2a21
Octal1016117056730653765241
Binary10000011100011111000101110111011011010111111110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413178; }

 p { color: rgb(65,49,120); }

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

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

 a { background-color: rgb(65,49,120); }

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

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

 span { border-color: rgb(65,49,120); }

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