#3E2C85

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

Shades of Windsor #3E2C85

Tints of Windsor #3E2C85

Color information

#3E2C85 (or 0x3E2C85) is unknown color: approx Windsor. HEX triplet: 3E, 2C and 85. RGB value is (62,44,133). Sum of RGB (Red+Green+Blue) = 62+44+133=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E2C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2C85 is #C1D37A. Grayscale: #3B3B3B. Windows color (decimal): -12702587 or 8727614. OLE color: 8727614.

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

Color convert

RGB6244133-
CMYK0.530.6700.48
HSL252.13º50.28%34.71%-
HSV(B)252.13º66.92%52.16%-
XYZ7.124.5222.69-
YUV59.53169.46129.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.94%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 133 (52.34% from 255) = 55.65%
R=25.94%
G=18.41%
B=55.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62441330.530.6700.48252.1350.2834.71
Hex3E2C853543030fc3223
Octal7654205651030603746243
Binary111110101100100001011101011000011011000011111100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,44,133); }

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

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

 a { background-color: rgb(62,44,133); }

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

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

 span { border-color: rgb(62,44,133); }

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