#3D317A

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

Shades of Windsor #3D317A

Tints of Windsor #3D317A

Color information

#3D317A (or 0x3D317A) is unknown color: approx Windsor. HEX triplet: 3D, 31 and 7A. RGB value is (61,49,122). Sum of RGB (Red+Green+Blue) = 61+49+122=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D317A is #C2CE85. Grayscale: #3C3C3C. Windows color (decimal): -12766854 or 8007997. OLE color: 8007997.

HSL color Cylindrical-coordinate representation of color #3D317A: hue angle of 249.86º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D317A is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6149122-
CMYK0.500.6000.52
HSL249.86º42.69%33.53%-
HSV(B)249.86º59.84%47.84%-
XYZ6.544.5918.95-
YUV60.91162.48128.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=26.29%
G=21.12%
B=52.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61491220.500.6000.52249.8642.6933.53
Hex3D317A323C034fa2b22
Octal756117262740643725342
Binary1111011100011111010110010111100011010011111010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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