#413277

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

Shades of Windsor #413277

Tints of Windsor #413277

Color information

#413277 (or 0x413277) is unknown color: approx Windsor. HEX triplet: 41, 32 and 77. RGB value is (65,50,119). Sum of RGB (Red+Green+Blue) = 65+50+119=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #413277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413277 is #BECD88. Grayscale: #3E3E3E. Windows color (decimal): -12504457 or 7811649. OLE color: 7811649.

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

Color convert

RGB6550119-
CMYK0.450.5800.53
HSL253.04º40.83%33.14%-
HSV(B)253.04º57.98%46.67%-
XYZ6.654.7418.02-
YUV62.35159.97129.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=27.78%
G=21.37%
B=50.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65501190.450.5800.53253.0440.8333.14
Hex4132772D3A035fd2921
Octal1016216755720653755141
Binary10000011100101110111101101111010011010111111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413277; }

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

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

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

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

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

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

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

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