#3D317D

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

Shades of Windsor #3D317D

Tints of Windsor #3D317D

Color information

#3D317D (or 0x3D317D) is unknown color: approx Windsor. HEX triplet: 3D, 31 and 7D. RGB value is (61,49,125). Sum of RGB (Red+Green+Blue) = 61+49+125=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D317D is #C2CE82. Grayscale: #3C3C3C. Windows color (decimal): -12766851 or 8204605. OLE color: 8204605.

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

Color convert

RGB6149125-
CMYK0.510.6100.51
HSL249.47º43.68%34.12%-
HSV(B)249.47º60.8%49.02%-
XYZ6.724.6719.95-
YUV61.25163.98127.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 125 (49.22% from 255) = 53.19%
R=25.96%
G=20.85%
B=53.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61491250.510.6100.51249.4743.6834.12
Hex3D317D333D033f92c22
Octal756117563750633715442
Binary1111011100011111101110011111101011001111111001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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