#3A2977

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

Shades of Windsor #3A2977

Tints of Windsor #3A2977

Color information

#3A2977 (or 0x3A2977) is unknown color: approx Windsor. HEX triplet: 3A, 29 and 77. RGB value is (58,41,119). Sum of RGB (Red+Green+Blue) = 58+41+119=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2977 is #C5D688. Grayscale: #363636. Windows color (decimal): -12965513 or 7809338. OLE color: 7809338.

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

Color convert

RGB5841119-
CMYK0.510.6600.53
HSL253.08º48.75%31.37%-
HSV(B)253.08º65.55%46.67%-
XYZ5.873.8217.88-
YUV54.98164.13130.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=26.61%
G=18.81%
B=54.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58411190.510.6600.53253.0848.7531.37
Hex3A29773342035fd311f
Octal7251167631020653756137
Binary1110101010011110111110011100001001101011111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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