#3D1F73

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

Shades of Windsor #3D1F73

Tints of Windsor #3D1F73

Color information

#3D1F73 (or 0x3D1F73) is unknown color: approx Windsor. HEX triplet: 3D, 1F and 73. RGB value is (61,31,115). Sum of RGB (Red+Green+Blue) = 61+31+115=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D1F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1F73 is #C2E08C. Grayscale: #313131. Windows color (decimal): -12771469 or 7544637. OLE color: 7544637.

HSL color Cylindrical-coordinate representation of color #3D1F73: hue angle of 261.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D1F73 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6131115-
CMYK0.470.7300.55
HSL261.43º57.53%28.63%-
HSV(B)261.43º73.04%45.1%-
XYZ5.513.2116.55-
YUV49.55164.94136.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=29.47%
G=14.98%
B=55.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61311150.470.7300.55261.4357.5328.63
Hex3D1F732F490371053a1d
Octal7537163571110674057235
Binary1111011111111100111011111001001011011110000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,31,115); }

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

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

 a { background-color: rgb(61,31,115); }

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

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

 span { border-color: rgb(61,31,115); }

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