#3D2584

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

Shades of Windsor #3D2584

Tints of Windsor #3D2584

Color information

#3D2584 (or 0x3D2584) is unknown color: approx Windsor. HEX triplet: 3D, 25 and 84. RGB value is (61,37,132). Sum of RGB (Red+Green+Blue) = 61+37+132=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D2584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2584 is #C2DA7B. Grayscale: #363636. Windows color (decimal): -12769916 or 8660285. OLE color: 8660285.

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

Color convert

RGB6137132-
CMYK0.540.7200.48
HSL255.16º56.21%33.14%-
HSV(B)255.16º71.97%51.76%-
XYZ6.753.9822.24-
YUV55.01171.45132.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=26.52%
G=16.09%
B=57.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61371320.540.7200.48255.1656.2133.14
Hex3D25843648030ff3821
Octal7545204661100603777041
Binary111101100101100001001101101001000011000011111111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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