#3D2B73

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

Shades of Windsor #3D2B73

Tints of Windsor #3D2B73

Color information

#3D2B73 (or 0x3D2B73) is unknown color: approx Windsor. HEX triplet: 3D, 2B and 73. RGB value is (61,43,115). Sum of RGB (Red+Green+Blue) = 61+43+115=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D2B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2B73 is #C2D48C. Grayscale: #383838. Windows color (decimal): -12768397 or 7547709. OLE color: 7547709.

HSL color Cylindrical-coordinate representation of color #3D2B73: hue angle of 255º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D2B73 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6143115-
CMYK0.470.6300.55
HSL255º45.57%30.98%-
HSV(B)255º62.61%45.1%-
XYZ5.883.9616.67-
YUV56.59160.96131.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.85%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=27.85%
G=19.63%
B=52.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61431150.470.6300.5525545.5730.98
Hex3D2B732F3F037ff2e1f
Octal755316357770673775637
Binary111101101011111001110111111111101101111111111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,43,115); }

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

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

 a { background-color: rgb(61,43,115); }

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

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

 span { border-color: rgb(61,43,115); }

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