#3D277D

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

Shades of Windsor #3D277D

Tints of Windsor #3D277D

Color information

#3D277D (or 0x3D277D) is unknown color: approx Windsor. HEX triplet: 3D, 27 and 7D. RGB value is (61,39,125). Sum of RGB (Red+Green+Blue) = 61+39+125=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D277D is #C2D882. Grayscale: #373737. Windows color (decimal): -12769411 or 8202045. OLE color: 8202045.

HSL color Cylindrical-coordinate representation of color #3D277D: hue angle of 255.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D277D is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6139125-
CMYK0.510.6900.51
HSL255.35º52.44%32.16%-
HSV(B)255.35º68.8%49.02%-
XYZ6.353.9219.82-
YUV55.38167.29132.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=27.11%
G=17.33%
B=55.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61391250.510.6900.51255.3552.4432.16
Hex3D277D3345033ff3420
Octal7547175631050633776440
Binary11110110011111111011100111000101011001111111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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