#3A2980

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

Shades of Windsor #3A2980

Tints of Windsor #3A2980

Color information

#3A2980 (or 0x3A2980) is unknown color: approx Windsor. HEX triplet: 3A, 29 and 80. RGB value is (58,41,128). Sum of RGB (Red+Green+Blue) = 58+41+128=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A2980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2980 is #C5D67F. Grayscale: #373737. Windows color (decimal): -12965504 or 8399162. OLE color: 8399162.

HSL color Cylindrical-coordinate representation of color #3A2980: hue angle of 251.72º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A2980 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5841128-
CMYK0.550.6800.50
HSL251.72º51.48%33.14%-
HSV(B)251.72º67.97%50.2%-
XYZ6.434.0420.86-
YUV56168.63129.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=25.55%
G=18.06%
B=56.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58411280.550.6800.50251.7251.4833.14
Hex3A29803744032fc3321
Octal7251200671040623746341
Binary111010101001100000001101111000100011001011111100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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