#3E2376

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

Shades of Windsor #3E2376

Tints of Windsor #3E2376

Color information

#3E2376 (or 0x3E2376) is unknown color: approx Windsor. HEX triplet: 3E, 23 and 76. RGB value is (62,35,118). Sum of RGB (Red+Green+Blue) = 62+35+118=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E2376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2376 is #C1DC89. Grayscale: #343434. Windows color (decimal): -12704906 or 7742270. OLE color: 7742270.

HSL color Cylindrical-coordinate representation of color #3E2376: hue angle of 259.52º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E2376 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6235118-
CMYK0.470.7000.54
HSL259.52º54.25%30%-
HSV(B)259.52º70.34%46.27%-
XYZ5.863.5317.51-
YUV52.54164.95134.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.84%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=28.84%
G=16.28%
B=54.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62351180.470.7000.54259.5254.2530
Hex3E23762F46036104361e
Octal7643166571060664046636
Binary11111010001111101101011111000110011011010000010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,35,118); }

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

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

 a { background-color: rgb(62,35,118); }

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

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

 span { border-color: rgb(62,35,118); }

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