#3F216F

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

Shades of Windsor #3F216F

Tints of Windsor #3F216F

Color information

#3F216F (or 0x3F216F) is unknown color: approx Windsor. HEX triplet: 3F, 21 and 6F. RGB value is (63,33,111). Sum of RGB (Red+Green+Blue) = 63+33+111=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F216F is #C0DE90. Grayscale: #323232. Windows color (decimal): -12639889 or 7283007. OLE color: 7283007.

HSL color Cylindrical-coordinate representation of color #3F216F: hue angle of 263.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F216F is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6333111-
CMYK0.430.7000.56
HSL263.08º54.17%28.24%-
HSV(B)263.08º70.27%43.53%-
XYZ5.463.2915.39-
YUV50.86161.94136.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=30.43%
G=15.94%
B=53.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63331110.430.7000.56263.0854.1728.24
Hex3F216F2B46038107361c
Octal7741157531060704076634
Binary11111110000111011111010111000110011100010000011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,111); }

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

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

 a { background-color: rgb(63,33,111); }

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

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

 span { border-color: rgb(63,33,111); }

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