#3F2877

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

Shades of Windsor #3F2877

Tints of Windsor #3F2877

Color information

#3F2877 (or 0x3F2877) is unknown color: approx Windsor. HEX triplet: 3F, 28 and 77. RGB value is (63,40,119). Sum of RGB (Red+Green+Blue) = 63+40+119=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F2877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2877 is #C0D788. Grayscale: #373737. Windows color (decimal): -12638089 or 7809087. OLE color: 7809087.

HSL color Cylindrical-coordinate representation of color #3F2877: hue angle of 257.47º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F2877 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6340119-
CMYK0.470.6600.53
HSL257.47º49.69%31.18%-
HSV(B)257.47º66.39%46.67%-
XYZ6.143.9117.88-
YUV55.88163.62133.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=28.38%
G=18.02%
B=53.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63401190.470.6600.53257.4749.6931.18
Hex3F28772F42035101321f
Octal7750167571020654016237
Binary11111110100011101111011111000010011010110000000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,40,119); }

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

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

 a { background-color: rgb(63,40,119); }

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

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

 span { border-color: rgb(63,40,119); }

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