#3F276D

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

Shades of Windsor #3F276D

Tints of Windsor #3F276D

Color information

#3F276D (or 0x3F276D) is unknown color: approx Windsor. HEX triplet: 3F, 27 and 6D. RGB value is (63,39,109). Sum of RGB (Red+Green+Blue) = 63+39+109=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F276D is #C0D892. Grayscale: #353535. Windows color (decimal): -12638355 or 7153471. OLE color: 7153471.

HSL color Cylindrical-coordinate representation of color #3F276D: hue angle of 260.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F276D is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6339109-
CMYK0.420.6400.57
HSL260.57º47.3%29.02%-
HSV(B)260.57º64.22%42.75%-
XYZ5.543.6114.87-
YUV54.16158.95134.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=29.86%
G=18.48%
B=51.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63391090.420.6400.57260.5747.329.02
Hex3F276D2A400391052f1d
Octal7747155521000714055735
Binary11111110011111011011010101000000011100110000010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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