#413478

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

Shades of Windsor #413478

Tints of Windsor #413478

Color information

#413478 (or 0x413478) is unknown color: approx Windsor. HEX triplet: 41, 34 and 78. RGB value is (65,52,120). Sum of RGB (Red+Green+Blue) = 65+52+120=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #413478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413478 is #BECB87. Grayscale: #3F3F3F. Windows color (decimal): -12503944 or 7877697. OLE color: 7877697.

HSL color Cylindrical-coordinate representation of color #413478: hue angle of 251.47º 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 #413478 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6552120-
CMYK0.460.5700.53
HSL251.47º39.53%33.73%-
HSV(B)251.47º56.67%47.06%-
XYZ6.84.9418.36-
YUV63.64159.81128.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=27.43%
G=21.94%
B=50.63%

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
Decimal65521200.460.5700.53251.4739.5333.73
Hex4134782E39035fb2822
Octal1016417056710653735042
Binary10000011101001111000101110111001011010111111011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413478; }

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

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

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

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

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

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

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

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