#3E2377

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

Shades of Windsor #3E2377

Tints of Windsor #3E2377

Color information

#3E2377 (or 0x3E2377) is unknown color: approx Windsor. HEX triplet: 3E, 23 and 77. RGB value is (62,35,119). Sum of RGB (Red+Green+Blue) = 62+35+119=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E2377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2377 is #C1DC88. Grayscale: #343434. Windows color (decimal): -12704905 or 7807806. OLE color: 7807806.

HSL color Cylindrical-coordinate representation of color #3E2377: hue angle of 259.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2377 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6235119-
CMYK0.480.7100.53
HSL259.29º54.55%30.2%-
HSV(B)259.29º70.59%46.67%-
XYZ5.923.5617.83-
YUV52.65165.45134.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.70%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=28.70%
G=16.20%
B=55.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62351190.480.7100.53259.2954.5530.2
Hex3E23773047035103371e
Octal7643167601070654036736
Binary11111010001111101111100001000111011010110000001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2377; }

 p { color: rgb(62,35,119); }

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

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

 a { background-color: rgb(62,35,119); }

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

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

 span { border-color: rgb(62,35,119); }

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