#3F2C76

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

Shades of Windsor #3F2C76

Tints of Windsor #3F2C76

Color information

#3F2C76 (or 0x3F2C76) is unknown color: approx Windsor. HEX triplet: 3F, 2C and 76. RGB value is (63,44,118). Sum of RGB (Red+Green+Blue) = 63+44+118=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F2C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C76 is #C0D389. Grayscale: #393939. Windows color (decimal): -12637066 or 7744575. OLE color: 7744575.

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

Color convert

RGB6344118-
CMYK0.470.6300.54
HSL255.41º45.68%31.76%-
HSV(B)255.41º62.71%46.27%-
XYZ6.224.1717.62-
YUV58.12161.79131.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=28%
G=19.56%
B=52.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63441180.470.6300.54255.4145.6831.76
Hex3F2C762F3F036ff2e20
Octal775416657770663775640
Binary1111111011001110110101111111111011011011111111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,118); }

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

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

 a { background-color: rgb(63,44,118); }

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

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

 span { border-color: rgb(63,44,118); }

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