#3D2774

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

Shades of Windsor #3D2774

Tints of Windsor #3D2774

Color information

#3D2774 (or 0x3D2774) is unknown color: approx Windsor. HEX triplet: 3D, 27 and 74. RGB value is (61,39,116). Sum of RGB (Red+Green+Blue) = 61+39+116=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D2774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2774 is #C2D88B. Grayscale: #363636. Windows color (decimal): -12769420 or 7612221. OLE color: 7612221.

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

Color convert

RGB6139116-
CMYK0.470.6600.55
HSL257.14º49.68%30.39%-
HSV(B)257.14º66.38%45.49%-
XYZ5.83.716.93-
YUV54.36162.79132.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.24%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=28.24%
G=18.06%
B=53.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61391160.470.6600.55257.1449.6830.39
Hex3D27742F42037101321e
Octal7547164571020674016236
Binary11110110011111101001011111000010011011110000000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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