#3D2487

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

Shades of Windsor #3D2487

Tints of Windsor #3D2487

Color information

#3D2487 (or 0x3D2487) is unknown color: approx Windsor. HEX triplet: 3D, 24 and 87. RGB value is (61,36,135). Sum of RGB (Red+Green+Blue) = 61+36+135=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D2487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2487 is #C2DB78. Grayscale: #363636. Windows color (decimal): -12770169 or 8856637. OLE color: 8856637.

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

Color convert

RGB6136135-
CMYK0.550.7300.47
HSL255.15º57.89%33.53%-
HSV(B)255.15º73.33%52.94%-
XYZ6.93423.33-
YUV54.76173.28132.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 135 (53.12% from 255) = 58.19%
R=26.29%
G=15.52%
B=58.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61361350.550.7300.47255.1557.8933.53
Hex3D2487374902Fff3a22
Octal7544207671110573777242
Binary111101100100100001111101111001001010111111111111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,135); }

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

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

 a { background-color: rgb(61,36,135); }

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

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

 span { border-color: rgb(61,36,135); }

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