#3D2785

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

Shades of Windsor #3D2785

Tints of Windsor #3D2785

Color information

#3D2785 (or 0x3D2785) is unknown color: approx Windsor. HEX triplet: 3D, 27 and 85. RGB value is (61,39,133). Sum of RGB (Red+Green+Blue) = 61+39+133=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D2785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2785 is #C2D87A. Grayscale: #373737. Windows color (decimal): -12769403 or 8726333. OLE color: 8726333.

HSL color Cylindrical-coordinate representation of color #3D2785: hue angle of 254.04º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D2785 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6139133-
CMYK0.540.7100.48
HSL254.04º54.65%33.73%-
HSV(B)254.04º70.68%52.16%-
XYZ6.884.1422.63-
YUV56.29171.29131.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=26.18%
G=16.74%
B=57.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61391330.540.7100.48254.0454.6533.73
Hex3D27853647030fe3722
Octal7547205661070603766742
Binary111101100111100001011101101000111011000011111110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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