#3D2877

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

Shades of Windsor #3D2877

Tints of Windsor #3D2877

Color information

#3D2877 (or 0x3D2877) is unknown color: approx Windsor. HEX triplet: 3D, 28 and 77. RGB value is (61,40,119). Sum of RGB (Red+Green+Blue) = 61+40+119=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D2877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2877 is #C2D788. Grayscale: #363636. Windows color (decimal): -12769161 or 7809085. OLE color: 7809085.

HSL color Cylindrical-coordinate representation of color #3D2877: hue angle of 255.95º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D2877 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6140119-
CMYK0.490.6600.53
HSL255.95º49.69%31.18%-
HSV(B)255.95º66.39%46.67%-
XYZ6.013.8417.88-
YUV55.28163.96132.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.73%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=27.73%
G=18.18%
B=54.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61401190.490.6600.53255.9549.6931.18
Hex3D28773142035100321f
Octal7550167611020654006237
Binary11110110100011101111100011000010011010110000000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,119); }

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

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

 a { background-color: rgb(61,40,119); }

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

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

 span { border-color: rgb(61,40,119); }

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