#3D2071

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

Shades of Windsor #3D2071

Tints of Windsor #3D2071

Color information

#3D2071 (or 0x3D2071) is unknown color: approx Windsor. HEX triplet: 3D, 20 and 71. RGB value is (61,32,113). Sum of RGB (Red+Green+Blue) = 61+32+113=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D2071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2071 is #C2DF8E. Grayscale: #313131. Windows color (decimal): -12771215 or 7413821. OLE color: 7413821.

HSL color Cylindrical-coordinate representation of color #3D2071: hue angle of 261.48º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D2071 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6132113-
CMYK0.460.7200.56
HSL261.48º55.86%28.43%-
HSV(B)261.48º71.68%44.31%-
XYZ5.423.2215.96-
YUV49.9163.61135.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=29.61%
G=15.53%
B=54.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61321130.460.7200.56261.4855.8628.43
Hex3D20712E48038105381c
Octal7540161561100704057034
Binary11110110000011100011011101001000011100010000010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,113); }

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

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

 a { background-color: rgb(61,32,113); }

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

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

 span { border-color: rgb(61,32,113); }

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