#3D2371

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

Shades of Windsor #3D2371

Tints of Windsor #3D2371

Color information

#3D2371 (or 0x3D2371) is unknown color: approx Windsor. HEX triplet: 3D, 23 and 71. RGB value is (61,35,113). Sum of RGB (Red+Green+Blue) = 61+35+113=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D2371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2371 is #C2DC8E. Grayscale: #333333. Windows color (decimal): -12770447 or 7414589. OLE color: 7414589.

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

Color convert

RGB6135113-
CMYK0.460.6900.56
HSL260º52.7%29.02%-
HSV(B)260º69.03%44.31%-
XYZ5.513.3915.99-
YUV51.67162.61134.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=29.19%
G=16.75%
B=54.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61351130.460.6900.5626052.729.02
Hex3D23712E45038104351d
Octal7543161561050704046535
Binary11110110001111100011011101000101011100010000010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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