#3F2387

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

Shades of Windsor #3F2387

Tints of Windsor #3F2387

Color information

#3F2387 (or 0x3F2387) is unknown color: approx Windsor. HEX triplet: 3F, 23 and 87. RGB value is (63,35,135). Sum of RGB (Red+Green+Blue) = 63+35+135=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F2387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2387 is #C0DC78. Grayscale: #363636. Windows color (decimal): -12639353 or 8856383. OLE color: 8856383.

HSL color Cylindrical-coordinate representation of color #3F2387: hue angle of 256.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F2387 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6335135-
CMYK0.530.7400.47
HSL256.8º58.82%33.33%-
HSV(B)256.8º74.07%52.94%-
XYZ7.024.0123.33-
YUV54.77173.28133.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=27.04%
G=15.02%
B=57.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63351350.530.7400.47256.858.8233.33
Hex3F2387354A02F1013b21
Octal7743207651120574017341
Binary1111111000111000011111010110010100101111100000001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,135); }

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

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

 a { background-color: rgb(63,35,135); }

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

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

 span { border-color: rgb(63,35,135); }

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