#3E2083

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

Shades of Windsor #3E2083

Tints of Windsor #3E2083

Color information

#3E2083 (or 0x3E2083) is unknown color: approx Windsor. HEX triplet: 3E, 20 and 83. RGB value is (62,32,131). Sum of RGB (Red+Green+Blue) = 62+32+131=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #3E2083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2083 is #C1DF7C. Grayscale: #333333. Windows color (decimal): -12705661 or 8593470. OLE color: 8593470.

HSL color Cylindrical-coordinate representation of color #3E2083: hue angle of 258.18º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2083 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6232131-
CMYK0.530.7600.49
HSL258.18º60.74%31.96%-
HSV(B)258.18º75.57%51.37%-
XYZ6.63.721.84-
YUV52.26172.44134.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 131 (51.56% from 255) = 58.22%
R=27.56%
G=14.22%
B=58.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62321310.530.7600.49258.1860.7431.96
Hex3E2083354C0311023d20
Octal7640203651140614027540
Binary1111101000001000001111010110011000110001100000010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,131); }

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

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

 a { background-color: rgb(62,32,131); }

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

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

 span { border-color: rgb(62,32,131); }

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