#3E2F7F

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

Shades of Windsor #3E2F7F

Tints of Windsor #3E2F7F

Color information

#3E2F7F (or 0x3E2F7F) is unknown color: approx Windsor. HEX triplet: 3E, 2F and 7F. RGB value is (62,47,127). Sum of RGB (Red+Green+Blue) = 62+47+127=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E2F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2F7F is #C1D080. Grayscale: #3C3C3C. Windows color (decimal): -12701825 or 8335166. OLE color: 8335166.

HSL color Cylindrical-coordinate representation of color #3E2F7F: hue angle of 251.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E2F7F is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6247127-
CMYK0.510.6300.50
HSL251.25º45.98%34.12%-
HSV(B)251.25º62.99%49.8%-
XYZ6.834.5920.6-
YUV60.6165.47129-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.27%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 127 (50% from 255) = 53.81%
R=26.27%
G=19.92%
B=53.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62471270.510.6300.50251.2545.9834.12
Hex3E2F7F333F032fb2e22
Octal765717763770623735642
Binary1111101011111111111110011111111011001011111011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,47,127); }

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

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

 a { background-color: rgb(62,47,127); }

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

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

 span { border-color: rgb(62,47,127); }

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