#3F2584

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

Shades of Windsor #3F2584

Tints of Windsor #3F2584

Color information

#3F2584 (or 0x3F2584) is unknown color: approx Windsor. HEX triplet: 3F, 25 and 84. RGB value is (63,37,132). Sum of RGB (Red+Green+Blue) = 63+37+132=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F2584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2584 is #C0DA7B. Grayscale: #373737. Windows color (decimal): -12638844 or 8660287. OLE color: 8660287.

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

Color convert

RGB6337132-
CMYK0.520.7200.48
HSL256.42º56.21%33.14%-
HSV(B)256.42º71.97%51.76%-
XYZ6.884.0522.25-
YUV55.6171.11133.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=27.16%
G=15.95%
B=56.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63371320.520.7200.48256.4256.2133.14
Hex3F258434480301003821
Octal7745204641100604007041
Binary1111111001011000010011010010010000110000100000000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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