#3D2984

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

Shades of Windsor #3D2984

Tints of Windsor #3D2984

Color information

#3D2984 (or 0x3D2984) is unknown color: approx Windsor. HEX triplet: 3D, 29 and 84. RGB value is (61,41,132). Sum of RGB (Red+Green+Blue) = 61+41+132=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D2984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2984 is #C2D67B. Grayscale: #393939. Windows color (decimal): -12768892 or 8661309. OLE color: 8661309.

HSL color Cylindrical-coordinate representation of color #3D2984: hue angle of 253.19º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D2984 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6141132-
CMYK0.540.6900.48
HSL253.19º52.6%33.92%-
HSV(B)253.19º68.94%51.76%-
XYZ6.884.2422.29-
YUV57.35170.13130.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.07%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 132 (51.95% from 255) = 56.41%
R=26.07%
G=17.52%
B=56.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61411320.540.6900.48253.1952.633.92
Hex3D29843645030fd3522
Octal7551204661050603756542
Binary111101101001100001001101101000101011000011111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,132); }

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

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

 a { background-color: rgb(61,41,132); }

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

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

 span { border-color: rgb(61,41,132); }

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