#3F3277

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

Shades of Windsor #3F3277

Tints of Windsor #3F3277

Color information

#3F3277 (or 0x3F3277) is unknown color: approx Windsor. HEX triplet: 3F, 32 and 77. RGB value is (63,50,119). Sum of RGB (Red+Green+Blue) = 63+50+119=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3277 is #C0CD88. Grayscale: #3D3D3D. Windows color (decimal): -12635529 or 7811647. OLE color: 7811647.

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

Color convert

RGB6350119-
CMYK0.470.5800.53
HSL251.3º40.83%33.14%-
HSV(B)251.3º57.98%46.67%-
XYZ6.524.6718.01-
YUV61.75160.31128.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=27.16%
G=21.55%
B=51.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63501190.470.5800.53251.340.8333.14
Hex3F32772F3A035fb2921
Octal776216757720653735141
Binary1111111100101110111101111111010011010111111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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