#3D2776

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

Shades of Windsor #3D2776

Tints of Windsor #3D2776

Color information

#3D2776 (or 0x3D2776) is unknown color: approx Windsor. HEX triplet: 3D, 27 and 76. RGB value is (61,39,118). Sum of RGB (Red+Green+Blue) = 61+39+118=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2776 is #C2D889. Grayscale: #363636. Windows color (decimal): -12769418 or 7743293. OLE color: 7743293.

HSL color Cylindrical-coordinate representation of color #3D2776: hue angle of 256.71º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D2776 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6139118-
CMYK0.480.6700.54
HSL256.71º50.32%30.78%-
HSV(B)256.71º66.95%46.27%-
XYZ5.923.7517.55-
YUV54.58163.79132.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.98%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=27.98%
G=17.89%
B=54.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61391180.480.6700.54256.7150.3230.78
Hex3D27763043036101321f
Octal7547166601030664016237
Binary11110110011111101101100001000011011011010000000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,39,118); }

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

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

 a { background-color: rgb(61,39,118); }

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

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

 span { border-color: rgb(61,39,118); }

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