#3F2D75

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

Shades of Windsor #3F2D75

Tints of Windsor #3F2D75

Color information

#3F2D75 (or 0x3F2D75) is unknown color: approx Windsor. HEX triplet: 3F, 2D and 75. RGB value is (63,45,117). Sum of RGB (Red+Green+Blue) = 63+45+117=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2D75 is #C0D28A. Grayscale: #3A3A3A. Windows color (decimal): -12636811 or 7679295. OLE color: 7679295.

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

Color convert

RGB6345117-
CMYK0.460.6200.54
HSL255º44.44%31.76%-
HSV(B)255º61.54%45.88%-
XYZ6.24.2217.32-
YUV58.59160.96131.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 117 (46.09% from 255) = 52%
R=28%
G=20%
B=52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63451170.460.6200.5425544.4431.76
Hex3F2D752E3E036ff2c20
Octal775516556760663775440
Binary1111111011011110101101110111110011011011111111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,45,117); }

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

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

 a { background-color: rgb(63,45,117); }

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

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

 span { border-color: rgb(63,45,117); }

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