#3F2772

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

Shades of Windsor #3F2772

Tints of Windsor #3F2772

Color information

#3F2772 (or 0x3F2772) is unknown color: approx Windsor. HEX triplet: 3F, 27 and 72. RGB value is (63,39,114). Sum of RGB (Red+Green+Blue) = 63+39+114=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F2772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2772 is #C0D88D. Grayscale: #363636. Windows color (decimal): -12638350 or 7481151. OLE color: 7481151.

HSL color Cylindrical-coordinate representation of color #3F2772: hue angle of 259.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F2772 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6339114-
CMYK0.450.6600.55
HSL259.2º49.02%30%-
HSV(B)259.2º65.79%44.71%-
XYZ5.813.7216.33-
YUV54.73161.45133.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=29.17%
G=18.06%
B=52.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63391140.450.6600.55259.249.0230
Hex3F27722D42037103311e
Octal7747162551020674036136
Binary11111110011111100101011011000010011011110000001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,114); }

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

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

 a { background-color: rgb(63,39,114); }

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

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

 span { border-color: rgb(63,39,114); }

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