#3E276D

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

Shades of Windsor #3E276D

Tints of Windsor #3E276D

Color information

#3E276D (or 0x3E276D) is unknown color: approx Windsor. HEX triplet: 3E, 27 and 6D. RGB value is (62,39,109). Sum of RGB (Red+Green+Blue) = 62+39+109=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E276D is #C1D892. Grayscale: #353535. Windows color (decimal): -12703891 or 7153470. OLE color: 7153470.

HSL color Cylindrical-coordinate representation of color #3E276D: hue angle of 259.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E276D is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6239109-
CMYK0.430.6400.57
HSL259.71º47.3%29.02%-
HSV(B)259.71º64.22%42.75%-
XYZ5.473.5814.87-
YUV53.86159.12133.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.52%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=29.52%
G=18.57%
B=51.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62391090.430.6400.57259.7147.329.02
Hex3E276D2B400391042f1d
Octal7647155531000714045735
Binary11111010011111011011010111000000011100110000010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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