#3E2770

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

Shades of Windsor #3E2770

Tints of Windsor #3E2770

Color information

#3E2770 (or 0x3E2770) is unknown color: approx Windsor. HEX triplet: 3E, 27 and 70. RGB value is (62,39,112). Sum of RGB (Red+Green+Blue) = 62+39+112=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E2770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2770 is #C1D88F. Grayscale: #353535. Windows color (decimal): -12703888 or 7350078. OLE color: 7350078.

HSL color Cylindrical-coordinate representation of color #3E2770: hue angle of 258.9º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E2770 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6239112-
CMYK0.450.6500.56
HSL258.9º48.34%29.61%-
HSV(B)258.9º65.18%43.92%-
XYZ5.643.6515.74-
YUV54.2160.62133.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.11%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=29.11%
G=18.31%
B=52.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62391120.450.6500.56258.948.3429.61
Hex3E27702D41038103301e
Octal7647160551010704036036
Binary11111010011111100001011011000001011100010000001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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