#3D1E77

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

Shades of Windsor #3D1E77

Tints of Windsor #3D1E77

Color information

#3D1E77 (or 0x3D1E77) is unknown color: approx Windsor. HEX triplet: 3D, 1E and 77. RGB value is (61,30,119). Sum of RGB (Red+Green+Blue) = 61+30+119=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D1E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1E77 is #C2E188. Grayscale: #313131. Windows color (decimal): -12771721 or 7806525. OLE color: 7806525.

HSL color Cylindrical-coordinate representation of color #3D1E77: hue angle of 260.9º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1E77 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6130119-
CMYK0.490.7500.53
HSL260.9º59.73%29.22%-
HSV(B)260.9º74.79%46.67%-
XYZ5.723.2517.78-
YUV49.42167.27136.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=29.05%
G=14.29%
B=56.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61301190.490.7500.53260.959.7329.22
Hex3D1E77314B0351053c1d
Octal7536167611130654057435
Binary1111011111011101111100011001011011010110000010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,30,119); }

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

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

 a { background-color: rgb(61,30,119); }

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

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

 span { border-color: rgb(61,30,119); }

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