#3E277A

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

Shades of Windsor #3E277A

Tints of Windsor #3E277A

Color information

#3E277A (or 0x3E277A) is unknown color: approx Windsor. HEX triplet: 3E, 27 and 7A. RGB value is (62,39,122). Sum of RGB (Red+Green+Blue) = 62+39+122=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E277A is #C1D885. Grayscale: #373737. Windows color (decimal): -12703878 or 8005438. OLE color: 8005438.

HSL color Cylindrical-coordinate representation of color #3E277A: hue angle of 256.63º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E277A is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6239122-
CMYK0.490.6800.52
HSL256.63º51.55%31.57%-
HSV(B)256.63º68.03%47.84%-
XYZ6.223.8818.83-
YUV55.34165.62132.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=27.80%
G=17.49%
B=54.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62391220.490.6800.52256.6351.5531.57
Hex3E277A31440341013420
Octal7647172611040644016440
Binary111110100111111101011000110001000110100100000001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,39,122); }

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

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

 a { background-color: rgb(62,39,122); }

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

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

 span { border-color: rgb(62,39,122); }

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