#3F2F75

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

Shades of Windsor #3F2F75

Tints of Windsor #3F2F75

Color information

#3F2F75 (or 0x3F2F75) is unknown color: approx Windsor. HEX triplet: 3F, 2F and 75. RGB value is (63,47,117). Sum of RGB (Red+Green+Blue) = 63+47+117=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F75 is #C0D08A. Grayscale: #3B3B3B. Windows color (decimal): -12636299 or 7679807. OLE color: 7679807.

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

Color convert

RGB6347117-
CMYK0.460.6000.54
HSL253.71º42.68%32.16%-
HSV(B)253.71º59.83%45.88%-
XYZ6.284.3717.34-
YUV59.76160.3130.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=27.75%
G=20.70%
B=51.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63471170.460.6000.54253.7142.6832.16
Hex3F2F752E3C036fe2b20
Octal775716556740663765340
Binary1111111011111110101101110111100011011011111110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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