#3F2078

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

Shades of Windsor #3F2078

Tints of Windsor #3F2078

Color information

#3F2078 (or 0x3F2078) is unknown color: approx Windsor. HEX triplet: 3F, 20 and 78. RGB value is (63,32,120). Sum of RGB (Red+Green+Blue) = 63+32+120=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2078 is #C0DF87. Grayscale: #323232. Windows color (decimal): -12640136 or 7872575. OLE color: 7872575.

HSL color Cylindrical-coordinate representation of color #3F2078: hue angle of 261.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2078 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6332120-
CMYK0.480.7300.53
HSL261.14º57.89%29.8%-
HSV(B)261.14º73.33%47.06%-
XYZ5.963.4518.12-
YUV51.3166.77136.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=29.30%
G=14.88%
B=55.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63321200.480.7300.53261.1457.8929.8
Hex3F207830490351053a1e
Octal7740170601110654057236
Binary11111110000011110001100001001001011010110000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,120); }

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

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

 a { background-color: rgb(63,32,120); }

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

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

 span { border-color: rgb(63,32,120); }

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