#3E2877

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

Shades of Windsor #3E2877

Tints of Windsor #3E2877

Color information

#3E2877 (or 0x3E2877) is unknown color: approx Windsor. HEX triplet: 3E, 28 and 77. RGB value is (62,40,119). Sum of RGB (Red+Green+Blue) = 62+40+119=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E2877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2877 is #C1D788. Grayscale: #373737. Windows color (decimal): -12703625 or 7809086. OLE color: 7809086.

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

Color convert

RGB6240119-
CMYK0.480.6600.53
HSL256.71º49.69%31.18%-
HSV(B)256.71º66.39%46.67%-
XYZ6.083.8717.88-
YUV55.58163.79132.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.05%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=28.05%
G=18.10%
B=53.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62401190.480.6600.53256.7149.6931.18
Hex3E28773042035101321f
Octal7650167601020654016237
Binary11111010100011101111100001000010011010110000000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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