#3D276F

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

Shades of Windsor #3D276F

Tints of Windsor #3D276F

Color information

#3D276F (or 0x3D276F) is unknown color: approx Windsor. HEX triplet: 3D, 27 and 6F. RGB value is (61,39,111). Sum of RGB (Red+Green+Blue) = 61+39+111=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D276F is #C2D890. Grayscale: #353535. Windows color (decimal): -12769425 or 7284541. OLE color: 7284541.

HSL color Cylindrical-coordinate representation of color #3D276F: hue angle of 258.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D276F is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6139111-
CMYK0.450.6500.56
HSL258.33º48%29.41%-
HSV(B)258.33º64.86%43.53%-
XYZ5.523.5915.44-
YUV53.79160.29133.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 111 (43.75% from 255) = 52.61%
R=28.91%
G=18.48%
B=52.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61391110.450.6500.56258.334829.41
Hex3D276F2D41038102301d
Octal7547157551010704026035
Binary11110110011111011111011011000001011100010000001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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