#3A2571

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

Shades of Windsor #3A2571

Tints of Windsor #3A2571

Color information

#3A2571 (or 0x3A2571) is unknown color: approx Windsor. HEX triplet: 3A, 25 and 71. RGB value is (58,37,113). Sum of RGB (Red+Green+Blue) = 58+37+113=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A2571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2571 is #C5DA8E. Grayscale: #333333. Windows color (decimal): -12966543 or 7415098. OLE color: 7415098.

HSL color Cylindrical-coordinate representation of color #3A2571: hue angle of 256.58º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2571 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5837113-
CMYK0.490.6700.56
HSL256.58º50.67%29.41%-
HSV(B)256.58º67.26%44.31%-
XYZ5.393.4116-
YUV51.94162.46132.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 113 (44.53% from 255) = 54.33%
R=27.88%
G=17.79%
B=54.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58371130.490.6700.56256.5850.6729.41
Hex3A25713143038101331d
Octal7245161611030704016335
Binary11101010010111100011100011000011011100010000000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,37,113); }

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

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

 a { background-color: rgb(58,37,113); }

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

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

 span { border-color: rgb(58,37,113); }

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