#3F2083

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

Shades of Windsor #3F2083

Tints of Windsor #3F2083

Color information

#3F2083 (or 0x3F2083) is unknown color: approx Windsor. HEX triplet: 3F, 20 and 83. RGB value is (63,32,131). Sum of RGB (Red+Green+Blue) = 63+32+131=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #3F2083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2083 is #C0DF7C. Grayscale: #343434. Windows color (decimal): -12640125 or 8593471. OLE color: 8593471.

HSL color Cylindrical-coordinate representation of color #3F2083: hue angle of 258.79º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2083 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6332131-
CMYK0.520.7600.49
HSL258.79º60.74%31.96%-
HSV(B)258.79º75.57%51.37%-
XYZ6.663.7321.84-
YUV52.55172.27135.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 131 (51.56% from 255) = 57.96%
R=27.88%
G=14.16%
B=57.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63321310.520.7600.49258.7960.7431.96
Hex3F2083344C0311033d20
Octal7740203641140614037540
Binary1111111000001000001111010010011000110001100000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,131); }

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

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

 a { background-color: rgb(63,32,131); }

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

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

 span { border-color: rgb(63,32,131); }

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