#3F2585

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

Shades of Windsor #3F2585

Tints of Windsor #3F2585

Color information

#3F2585 (or 0x3F2585) is unknown color: approx Windsor. HEX triplet: 3F, 25 and 85. RGB value is (63,37,133). Sum of RGB (Red+Green+Blue) = 63+37+133=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F2585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2585 is #C0DA7A. Grayscale: #373737. Windows color (decimal): -12638843 or 8725823. OLE color: 8725823.

HSL color Cylindrical-coordinate representation of color #3F2585: hue angle of 256.25º 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 #3F2585 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6337133-
CMYK0.530.7200.48
HSL256.25º56.47%33.33%-
HSV(B)256.25º72.18%52.16%-
XYZ6.954.0722.61-
YUV55.72171.61133.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=27.04%
G=15.88%
B=57.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63371330.530.7200.48256.2556.4733.33
Hex3F258535480301003821
Octal7745205651100604007041
Binary1111111001011000010111010110010000110000100000000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,133); }

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

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

 a { background-color: rgb(63,37,133); }

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

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

 span { border-color: rgb(63,37,133); }

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