#3D2778

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

Shades of Windsor #3D2778

Tints of Windsor #3D2778

Color information

#3D2778 (or 0x3D2778) is unknown color: approx Windsor. HEX triplet: 3D, 27 and 78. RGB value is (61,39,120). Sum of RGB (Red+Green+Blue) = 61+39+120=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D2778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2778 is #C2D887. Grayscale: #363636. Windows color (decimal): -12769416 or 7874365. OLE color: 7874365.

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

Color convert

RGB6139120-
CMYK0.490.6700.53
HSL256.3º50.94%31.18%-
HSV(B)256.3º67.5%47.06%-
XYZ6.043.818.18-
YUV54.81164.79132.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.73%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=27.73%
G=17.73%
B=54.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61391200.490.6700.53256.350.9431.18
Hex3D27783143035100331f
Octal7547170611030654006337
Binary11110110011111110001100011000011011010110000000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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