#3D2583

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

Shades of Windsor #3D2583

Tints of Windsor #3D2583

Color information

#3D2583 (or 0x3D2583) is unknown color: approx Windsor. HEX triplet: 3D, 25 and 83. RGB value is (61,37,131). Sum of RGB (Red+Green+Blue) = 61+37+131=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D2583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2583 is #C2DA7C. Grayscale: #363636. Windows color (decimal): -12769917 or 8594749. OLE color: 8594749.

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

Color convert

RGB6137131-
CMYK0.530.7200.49
HSL255.32º55.95%32.94%-
HSV(B)255.32º71.76%51.37%-
XYZ6.683.9521.88-
YUV54.89170.95132.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.64%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 131 (51.56% from 255) = 57.21%
R=26.64%
G=16.16%
B=57.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61371310.530.7200.49255.3255.9532.94
Hex3D25833548031ff3821
Octal7545203651100613777041
Binary111101100101100000111101011001000011000111111111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,131); }

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

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

 a { background-color: rgb(61,37,131); }

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

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

 span { border-color: rgb(61,37,131); }

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