#3D2982

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

Shades of Windsor #3D2982

Tints of Windsor #3D2982

Color information

#3D2982 (or 0x3D2982) is unknown color: approx Windsor. HEX triplet: 3D, 29 and 82. RGB value is (61,41,130). Sum of RGB (Red+Green+Blue) = 61+41+130=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D2982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2982 is #C2D67D. Grayscale: #383838. Windows color (decimal): -12768894 or 8530237. OLE color: 8530237.

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

Color convert

RGB6141130-
CMYK0.530.6800.49
HSL253.48º52.05%33.53%-
HSV(B)253.48º68.46%50.98%-
XYZ6.754.1921.57-
YUV57.13169.13130.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=26.29%
G=17.67%
B=56.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61411300.530.6800.49253.4852.0533.53
Hex3D29823544031fd3422
Octal7551202651040613756442
Binary111101101001100000101101011000100011000111111101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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