#3F2780

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

Shades of Windsor #3F2780

Tints of Windsor #3F2780

Color information

#3F2780 (or 0x3F2780) is unknown color: approx Windsor. HEX triplet: 3F, 27 and 80. RGB value is (63,39,128). Sum of RGB (Red+Green+Blue) = 63+39+128=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F2780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2780 is #C0D87F. Grayscale: #373737. Windows color (decimal): -12638336 or 8398655. OLE color: 8398655.

HSL color Cylindrical-coordinate representation of color #3F2780: hue angle of 256.18º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2780 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6339128-
CMYK0.510.7000.50
HSL256.18º53.29%32.75%-
HSV(B)256.18º69.53%50.2%-
XYZ6.674.0720.86-
YUV56.32168.45132.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.39%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=27.39%
G=16.96%
B=55.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63391280.510.7000.50256.1853.2932.75
Hex3F278033460321003521
Octal7747200631060624006541
Binary1111111001111000000011001110001100110010100000000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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