#3D2671

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

Shades of Windsor #3D2671

Tints of Windsor #3D2671

Color information

#3D2671 (or 0x3D2671) is unknown color: approx Windsor. HEX triplet: 3D, 26 and 71. RGB value is (61,38,113). Sum of RGB (Red+Green+Blue) = 61+38+113=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2671 is #C2D98E. Grayscale: #353535. Windows color (decimal): -12769679 or 7415357. OLE color: 7415357.

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

Color convert

RGB6138113-
CMYK0.460.6600.56
HSL258.4º49.67%29.61%-
HSV(B)258.4º66.37%44.31%-
XYZ5.63.5716.02-
YUV53.43161.62133.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.77%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=28.77%
G=17.92%
B=53.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61381130.460.6600.56258.449.6729.61
Hex3D26712E42038102321e
Octal7546161561020704026236
Binary11110110011011100011011101000010011100010000001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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