#3F2773

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

Shades of Windsor #3F2773

Tints of Windsor #3F2773

Color information

#3F2773 (or 0x3F2773) is unknown color: approx Windsor. HEX triplet: 3F, 27 and 73. RGB value is (63,39,115). Sum of RGB (Red+Green+Blue) = 63+39+115=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2773 is #C0D88C. Grayscale: #363636. Windows color (decimal): -12638349 or 7546687. OLE color: 7546687.

HSL color Cylindrical-coordinate representation of color #3F2773: hue angle of 258.95º 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 #3F2773 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6339115-
CMYK0.450.6600.55
HSL258.95º49.35%30.2%-
HSV(B)258.95º66.09%45.1%-
XYZ5.873.7516.63-
YUV54.84161.95133.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=29.03%
G=17.97%
B=53.00%

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
Decimal63391150.450.6600.55258.9549.3530.2
Hex3F27732D42037103311e
Octal7747163551020674036136
Binary11111110011111100111011011000010011011110000001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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