#3b2977

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

Shades of Windsor #3B2977

Tints of Windsor #3B2977

Color information

#3B2977 (or 0x3B2977) is unknown color: approx Windsor. HEX triplet: 3B, 29 and 77. RGB value is (59,41,119). Sum of RGB (Red+Green+Blue) = 59+41+119=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2977 is #C4D688. Grayscale: #363636. Windows color (decimal): -12899977 or 7809339. OLE color: 7809339.

HSL color Cylindrical-coordinate representation of color #3B2977: hue angle of 253.85º degrees, saturation: 0.49, 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 #3B2977 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5941119-
CMYK0.500.6600.53
HSL253.85º48.75%31.37%-
HSV(B)253.85º65.55%46.67%-
XYZ5.933.8517.88-
YUV55.27163.96130.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=26.94%
G=18.72%
B=54.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59411190.500.6600.53253.8548.7531.37
Hex3B29773242035fe311f
Octal7351167621020653766137
Binary1110111010011110111110010100001001101011111111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,119); }

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

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

 a { background-color: rgb(59,41,119); }

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

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

 span { border-color: rgb(59,41,119); }

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